tensor akışı:: işlem:: Az

#include <math_ops.h>

(x < y) öğesinin doğruluk değerini öğe bazında döndürür.

Özet

NOT : Less yayın yapmayı destekler. Burada yayın hakkında daha fazla bilgi

Örnek:

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]

Argümanlar:

İadeler:

Yapıcılar ve Yıkıcılar

Less (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

Az

 Less(
  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