Tensorflow :: ops :: NextIteration
#include <control_flow_ops.h>
Stellt seine Eingabe für die nächste Iteration zur Verfügung.
Zusammenfassung
Argumente:
- scope: Ein Scope- Objekt
- Daten: Der Tensor, der für die nächste Iteration verfügbar gemacht werden soll.
Kehrt zurück:
-
Output
: Der gleiche Tensor wie diedata
.
Konstruktoren und Destruktoren | |
---|---|
NextIteration (const :: tensorflow::Scope & scope, :: tensorflow::Input data) |
Ö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
NextIteration
NextIteration( const ::tensorflow::Scope & scope, ::tensorflow::Input data )
Knoten
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const