টেনসরফ্লো :: অপস:: রিন্ট
#include <math_ops.h>
x-এর নিকটতম উপাদান-ভিত্তিক পূর্ণসংখ্যা প্রদান করে।
সারাংশ
ফলাফল দুটি প্রতিনিধিত্বযোগ্য মানের মধ্যে মাঝপথে থাকলে, এমনকি প্রতিনিধিত্বযোগ্যটি বেছে নেওয়া হয়। যেমন:
rint(-1.5) ==> -2.0 rint(0.5000001) ==> 1.0 rint([-1.7, -1.5, -0.2, 0.2, 1.5, 1.7, 2.0]) ==> [-2., -2., -0., 0., 2., 2., 2.]
যুক্তি:
- স্কোপ: একটি স্কোপ অবজেক্ট
রিটার্ন:
-
Output
: y টেনসর।
কনস্ট্রাক্টর এবং ডেস্ট্রাক্টর | |
---|---|
Rint (const :: tensorflow::Scope & scope, :: tensorflow::Input x) |
পাবলিক বৈশিষ্ট্য | |
---|---|
operation | |
y |
পাবলিক ফাংশন | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
পাবলিক বৈশিষ্ট্য
অপারেশন
Operation operation
y
::tensorflow::Output y
পাবলিক ফাংশন
রিন্ট
Rint( const ::tensorflow::Scope & scope, ::tensorflow::Input x )
নোড
::tensorflow::Node * node() const
অপারেটর::টেনসরফ্লো::ইনপুট
operator::tensorflow::Input() const
অপারেটর::টেনসরফ্লো::আউটপুট
operator::tensorflow::Output() const