przepływ tensorowy:: ops:: Mniej Równe
#include <math_ops.h>
Zwraca wartość logiczną (x <= y) według elementu.
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:
- zakres: Obiekt Scope
Zwroty:
-
Output
: tensor z.
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
działanie
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