tensor akışı:: işlem:: Daha azEşit
#include <math_ops.h>(x <= y) öğesinin doğruluk değerini öğe bazında döndürür.
Özet
 NOT : LessEqual yayını destekler. Burada yayın hakkında daha fazla bilgi
Örnek:
x = tf.constant([5, 4, 6]) y = tf.constant([5]) tf.math.less_equal(x, y) ==> [True, True, False]
x = tf.constant([5, 4, 6]) y = tf.constant([5, 6, 6]) tf.math.less_equal(x, y) ==> [True, True, True]
Argümanlar:
- kapsam: Bir Kapsam nesnesi
İade:
-  Output: z tensörü.
| Yapıcılar ve Yıkıcılar | |
|---|---|
| LessEqual (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
Daha azEşit
LessEqual( 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