tensoreflusso:: ops:: SuccessivoDopo

#include <math_ops.h>

Restituisce il successivo valore rappresentabile di x1 nella direzione di x2 , a livello di elemento.

Riepilogo

Questa operazione restituisce lo stesso risultato della funzione C++ std::nextafter.

Può anche restituire un numero subnormale.

(cpp) Equivalente alla funzione C++ std::nextafter.

Argomenti:

Ritorna:

  • Output : il tensore di uscita.

Costruttori e distruttori

NextAfter (const :: tensorflow::Scope & scope, :: tensorflow::Input x1, :: tensorflow::Input x2)

Attributi pubblici

operation
output

Funzioni pubbliche

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

Attributi pubblici

operazione

Operation operation

produzione

::tensorflow::Output output

Funzioni pubbliche

SuccessivoDopo

 NextAfter(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input x1,
  ::tensorflow::Input x2
)

nodo

::tensorflow::Node * node() const 

operatore::tensorflow::Input

 operator::tensorflow::Input() const 

operatore::tensorflow::Output

 operator::tensorflow::Output() const