tensor akışı:: işlem:: BüyükEşit
#include <math_ops.h>
(x >= y) öğesinin doğruluk değerini öğe bazında döndürür.
Özet
NOT : GreaterEqual
yayını destekler. Burada yayın hakkında daha fazla bilgi
Örnek:
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]
Argümanlar:
- kapsam: Bir Kapsam nesnesi
İade:
-
Output
: z tensörü.
Yapıcılar ve Yıkıcılar | |
---|---|
GreaterEqual (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input y) |
Genel özellikler | |
---|---|
operation | |
z |
Kamu işlevleri | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Genel özellikler
operasyon
Operation operation
z
::tensorflow::Output z
Kamu işlevleri
BüyükEşit
GreaterEqual( const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input y )
düğüm
::tensorflow::Node * node() const
operatör::tensorflow::Giriş
operator::tensorflow::Input() const
operatör::tensorflow::Çıktı
operator::tensorflow::Output() const