przepływ tensorowy:: ops:: Mniej Równe

#include <math_ops.h>

Zwraca wartość logiczną (x <= y) elementarnie.

Streszczenie

UWAGA : LessEqual obsługuje nadawanie. Więcej o transmisji tutaj

Przykład:

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]

Argumenty:

Zwroty:

Konstruktory i destruktory

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

Atrybuty publiczne

operation
z

Funkcje publiczne

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

Atrybuty publiczne

operacja

Operation operation

z

::tensorflow::Output z

Funkcje publiczne

Mniej Równe

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

węzeł

::tensorflow::Node * node() const 

operator::tensorflow::Wejście

 operator::tensorflow::Input() const 

operator::tensorflow::Wyjście

 operator::tensorflow::Output() const