تدفق التوتر:: العمليات:: أقل
#include <math_ops.h>
تُرجع القيمة الحقيقية للعنصر (x < y).
ملخص
ملاحظة : Less
يدعم البث. المزيد عن البث هنا
مثال:
x = tf.constant([5, 4, 6]) y = tf.constant([5]) tf.math.less(x, y) ==> [False, True, False]
x = tf.constant([5, 4, 6]) y = tf.constant([5, 6, 7]) tf.math.less(x, y) ==> [False, True, True]
الحجج:
- النطاق: كائن النطاق
العوائد:
-
Output
: الموتر z.
البنائين والمدمرين | |
---|---|
Less (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input y) |
الوظائف العامة | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
الصفات العامة
عملية
Operation operation
ض
::tensorflow::Output z
الوظائف العامة
أقل
Less( const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input y )
العقدة
::tensorflow::Node * node() const
المشغل::tensorflow::الإدخال
operator::tensorflow::Input() const
المشغل::tensorflow::الإخراج
operator::tensorflow::Output() const