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