টেনসরফ্লো :: অপস:: IsFinite
#include <math_ops.h>
x এর কোন উপাদানগুলি সসীম তা ফেরত দেয়।
সারাংশ
(numpy) np.isfinite এর সমতুল্য
উদাহরণ:
x = tf.constant([5.0, 4.8, 6.8, np.inf, np.nan]) tf.math.is_finite(x) ==> [True, True, True, False, False]
যুক্তি:
- স্কোপ: একটি স্কোপ অবজেক্ট
রিটার্ন:
-
Output
: y টেনসর।
কনস্ট্রাক্টর এবং ডেস্ট্রাক্টর | |
---|---|
IsFinite (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
পাবলিক ফাংশন
IsFinite
IsFinite( const ::tensorflow::Scope & scope, ::tensorflow::Input x )
নোড
::tensorflow::Node * node() const
অপারেটর::টেনসরফ্লো::ইনপুট
operator::tensorflow::Input() const
অপারেটর::টেনসরফ্লো::আউটপুট
operator::tensorflow::Output() const