সেন্সরফ্লো :: অপস :: রিন্ট
#include <math_ops.h>
এক্সের নিকটতম উপাদান-অনুসারে পূর্ণসংখ্যা ফেরৎ দেয়।
সারসংক্ষেপ
যদি ফলাফলটি দুটি প্রতিনিধিত্বমূলক মানের মধ্যে মাঝখানে হয় তবে এমনকি উপস্থাপনযোগ্য বাছাই করা হয়। উদাহরণ স্বরূপ:
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