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