Tensorflow :: ops :: Runden
#include <math_ops.h>
Rundet die Werte eines Tensors elementweise auf die nächste Ganzzahl.
Zusammenfassung
Runden halb bis gerade. Auch als Banker-Rundung bekannt. Wenn Sie gemäß dem aktuellen Systemrundungsmodus runden möchten, verwenden Sie std :: cint.
Argumente:
- scope: Ein Scope- Objekt
Kehrt zurück:
-
Output
: Der y-Tensor.
Konstruktoren und Destruktoren | |
---|---|
Round (const :: tensorflow::Scope & scope, :: tensorflow::Input x) |
Öffentliche Attribute | |
---|---|
operation | |
y |
Öffentliche Funktionen | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Öffentliche Attribute
Operation
Operation operation
y
::tensorflow::Output y
Öffentliche Funktionen
Runden
Round( const ::tensorflow::Scope & scope, ::tensorflow::Input x )
Knoten
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const