تدفق التوتر:: العمليات:: أكبرالمساواة

#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]

الحجج:

عائدات:

البنائين والمدمرين

GreaterEqual (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input y)

الصفات العامة

operation
z

الوظائف العامة

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