Tensorflow :: ops :: StagePeek
#include <data_flow_ops.h>
Op schaut auf die Werte am angegebenen Index.
Zusammenfassung
Wenn die
Der zugrunde liegende Container enthält nicht genügend Elemente, die diese Operation blockiert, bis sie es tut. Dieser Op ist für die Leistung optimiert.
Argumente:
- scope: Ein Scope- Objekt
Kehrt zurück:
-
OutputList
: DerOutputList
.
Konstruktoren und Destruktoren | |
---|---|
StagePeek (const :: tensorflow::Scope & scope, :: tensorflow::Input index, const DataTypeSlice & dtypes) | |
StagePeek (const :: tensorflow::Scope & scope, :: tensorflow::Input index, const DataTypeSlice & dtypes, const StagePeek::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 :: StagePeek :: Attrs | Optionale Attributsetzer für StagePeek . |
Öffentliche Attribute
Operation
Operation operation
Werte
::tensorflow::OutputList values
Öffentliche Funktionen
StagePeek
StagePeek( const ::tensorflow::Scope & scope, ::tensorflow::Input index, const DataTypeSlice & dtypes )
StagePeek
StagePeek( const ::tensorflow::Scope & scope, ::tensorflow::Input index, const DataTypeSlice & dtypes, const StagePeek::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 )