Tensorflow :: ops :: OrderedMapPeek
#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. Dieser Op ist für die Leistung optimiert.
Argumente:
- scope: Ein Scope- Objekt
Kehrt zurück:
-
OutputList
: DerOutputList
.
Konstruktoren und Destruktoren | |
---|---|
OrderedMapPeek (const :: tensorflow::Scope & scope, :: tensorflow::Input key, :: tensorflow::Input indices, const DataTypeSlice & dtypes) | |
OrderedMapPeek (const :: tensorflow::Scope & scope, :: tensorflow::Input key, :: tensorflow::Input indices, const DataTypeSlice & dtypes, const OrderedMapPeek::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 :: OrderedMapPeek :: Attrs | Optionale Attributsetzer für OrderedMapPeek . |
Öffentliche Attribute
Operation
Operation operation
Werte
::tensorflow::OutputList values
Öffentliche Funktionen
OrderedMapPeek
OrderedMapPeek( const ::tensorflow::Scope & scope, ::tensorflow::Input key, ::tensorflow::Input indices, const DataTypeSlice & dtypes )
OrderedMapPeek
OrderedMapPeek( const ::tensorflow::Scope & scope, ::tensorflow::Input key, ::tensorflow::Input indices, const DataTypeSlice & dtypes, const OrderedMapPeek::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 )