tensoreflusso:: ops:: Meno
#include <math_ops.h>
Restituisce il valore di verità di (x < y) per elemento.
Riepilogo
NOTA : Less
supporta la trasmissione. Maggiori informazioni sulla trasmissione qui
Esempio:
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]
Argomenti:
- scope: un oggetto Scope
Resi:
-
Output
: il tensore z.
Costruttori e distruttori | |
---|---|
Less (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input y) |
Attributi pubblici | |
---|---|
operation | |
z |
Funzioni pubbliche | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Attributi pubblici
operazione
Operation operation
z
::tensorflow::Output z
Funzioni pubbliche
Meno
Less( const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input y )
nodo
::tensorflow::Node * node() const
operatore::tensorflow::Input
operator::tensorflow::Input() const
operatore::tensorflow::Output
operator::tensorflow::Output() const