tensoreflusso:: ops:: MaggioreUguale

#include <math_ops.h>

Restituisce il valore di verità di (x >= y) per elemento.

Riepilogo

NOTA : GreaterEqual supporta la trasmissione. Maggiori informazioni sulla trasmissione qui

Esempio:

x = tf.constant([5, 4, 6, 7])
y = tf.constant([5, 2, 5, 10])
tf.math.greater_equal(x, y) ==> [True, True, True, False]

x = tf.constant([5, 4, 6, 7])
y = tf.constant([5])
tf.math.greater_equal(x, y) ==> [True, False, True, True]

Argomenti:

Ritorna:

Costruttori e distruttori

GreaterEqual (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

MaggioreUguale

 GreaterEqual(
  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