Tensorflow :: ops :: NextAfter
#include <math_ops.h>
Gibt den nächsten darstellbaren Wert von x1
in Richtung x2
elementweise zurück.
Zusammenfassung
Diese Operation gibt das gleiche Ergebnis wie die Funktion C ++ std :: nextafter zurück.
Es kann auch eine subnormale Zahl zurückgegeben werden.
(cpp) Entspricht der Funktion C ++ std :: nextafter.
Argumente:
- scope: Ein Scope- Objekt
Kehrt zurück:
-
Output
: Der Ausgangstensor.
Konstruktoren und Destruktoren | |
---|---|
NextAfter (const :: tensorflow::Scope & scope, :: tensorflow::Input x1, :: tensorflow::Input x2) |
Öffentliche Attribute | |
---|---|
operation | |
output |
Öffentliche Funktionen | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Öffentliche Attribute
Operation
Operation operation
Ausgabe
::tensorflow::Output output
Öffentliche Funktionen
NextAfter
NextAfter( const ::tensorflow::Scope & scope, ::tensorflow::Input x1, ::tensorflow::Input x2 )
Knoten
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const