tensorflow :: ops :: Kurang

#include <math_ops.h>

Mengembalikan nilai kebenaran dari elemen (x <y).

Ringkasan

CATATAN : Less mendukung penyiaran. Selengkapnya tentang penyiaran di sini

Contoh:

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]

Argumen:

Pengembalian:

Pembuat dan Penghancur

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

Atribut publik

operation
z

Fungsi publik

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

Atribut publik

operasi

Operation operation

z

::tensorflow::Output z

Fungsi publik

Kurang

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

simpul

::tensorflow::Node * node() const 

operator :: tensorflow :: Input

 operator::tensorflow::Input() const 

operator :: tensorflow :: Keluaran

 operator::tensorflow::Output() const