Tensorflow :: ops :: Unstage
#include <data_flow_ops.h>
Op ähnelt einer leichten Dequeue.
Zusammenfassung
Die Grundfunktionalität ähnelt der Warteschlange mit viel weniger Funktionen und Optionen. Dieser Op ist für die Leistung optimiert.
Argumente:
- scope: Ein Scope- Objekt
Kehrt zurück:
-
OutputList
: DerOutputList
.
Konstruktoren und Destruktoren | |
---|---|
Unstage (const :: tensorflow::Scope & scope, const DataTypeSlice & dtypes) | |
Unstage (const :: tensorflow::Scope & scope, const DataTypeSlice & dtypes, const Unstage::Attrs & attrs) |
Öffentliche Attribute | |
---|---|
operation | |
values |
Öffentliche Funktionen | |
---|---|
operator[] (size_t index) const |
Öffentliche statische Funktionen | |
---|---|
Capacity (int64 x) | |
Container (StringPiece x) | |
MemoryLimit (int64 x) | |
SharedName (StringPiece x) |
Strukturen | |
---|---|
tensorflow :: ops :: Unstage :: Attrs | Optionale Attributsetzer für Unstage . |
Öffentliche Attribute
Operation
Operation operation
Werte
::tensorflow::OutputList values
Öffentliche Funktionen
Unstage
Unstage( const ::tensorflow::Scope & scope, const DataTypeSlice & dtypes )
Unstage
Unstage( const ::tensorflow::Scope & scope, const DataTypeSlice & dtypes, const Unstage::Attrs & attrs )
Operator[]
::tensorflow::Output operator[]( size_t index ) const
Öffentliche statische Funktionen
Kapazität
Attrs Capacity( int64 x )
Container
Attrs Container( StringPiece x )
MemoryLimit
Attrs MemoryLimit( int64 x )
SharedName
Attrs SharedName( StringPiece x )