flux tensoriel : : opérations : : MoinsÉgal
#include <math_ops.h>Renvoie la valeur de vérité de (x <= y) élément par élément.
Résumé
 REMARQUE : LessEqual prend en charge la diffusion. En savoir plus sur la diffusion ici
Exemple:
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]
Arguments :
- scope : un objet Scope
Retours :
-  Output: Le tenseur z.
| Constructeurs et Destructeurs | |
|---|---|
| LessEqual (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
MoinsÉgal
LessEqual( 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