flux tensoriel : : opérations : : Plus grand
#include <math_ops.h>
Renvoie la valeur de vérité de (x > y) élément par élément.
Résumé
REMARQUE : Greater
prend en charge la diffusion. En savoir plus sur la diffusion ici
Exemple:
x = tf.constant([5, 4, 6]) y = tf.constant([5, 2, 5]) tf.math.greater(x, y) ==> [False, True, True]
x = tf.constant([5, 4, 6]) y = tf.constant([5]) tf.math.greater(x, y) ==> [False, False, True]
Arguments :
- scope : un objet Scope
Retours :
-
Output
: Le tenseur z.
Constructeurs et Destructeurs | |
---|---|
Greater (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input y) |
Attributs publics | |
---|---|
operation | |
z |
Fonctions publiques | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Attributs publics
opération
Operation operation
z
::tensorflow::Output z
Fonctions publiques
Plus grand
Greater( const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input y )
nœud
::tensorflow::Node * node() const
opérateur :: tensorflow :: Entrée
operator::tensorflow::Input() const
opérateur :: tensorflow :: Sortie
operator::tensorflow::Output() const