Tensorflow :: ops :: MapPeek
#include <data_flow_ops.h>
Op schaut auf die Werte am angegebenen Schlüssel.
Zusammenfassung
Wenn die
Der zugrunde liegende Container enthält diesen Schlüssel nicht. Diese Operation wird blockiert, bis dies der Fall ist.
Argumente:
- scope: Ein Scope- Objekt
Kehrt zurück:
-
OutputList
: DerOutputList
.
Konstruktoren und Destruktoren | |
---|---|
MapPeek (const :: tensorflow::Scope & scope, :: tensorflow::Input key, :: tensorflow::Input indices, const DataTypeSlice & dtypes) | |
MapPeek (const :: tensorflow::Scope & scope, :: tensorflow::Input key, :: tensorflow::Input indices, const DataTypeSlice & dtypes, const MapPeek::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 :: MapPeek :: Attrs | Optionale Attributsetzer für MapPeek . |
Öffentliche Attribute
Operation
Operation operation
Werte
::tensorflow::OutputList values
Öffentliche Funktionen
MapPeek
MapPeek( const ::tensorflow::Scope & scope, ::tensorflow::Input key, ::tensorflow::Input indices, const DataTypeSlice & dtypes )
MapPeek
MapPeek( const ::tensorflow::Scope & scope, ::tensorflow::Input key, ::tensorflow::Input indices, const DataTypeSlice & dtypes, const MapPeek::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 )