Tensorflow :: ops :: LoopCond
#include <control_flow_ops.h>
Leitet die Eingabe an die Ausgabe weiter.
Zusammenfassung
Dieser Operator stellt die Schleifenbeendigungsbedingung dar, die von den "Pivot" -Schaltern einer Schleife verwendet wird.
Argumente:
- scope: Ein Scope- Objekt
- Eingabe: Ein boolescher Skalar, der das Verzweigungsprädikat desSwitch op darstellt.
Kehrt zurück:
-
Output
: Der gleiche Tensor wie derinput
.
Konstruktoren und Destruktoren | |
---|---|
LoopCond (const :: tensorflow::Scope & scope, :: tensorflow::Input input) |
Ö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
LoopCond
LoopCond( const ::tensorflow::Scope & scope, ::tensorflow::Input input )
Knoten
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const