Tensorflow :: ops :: OrderedMapStage
#include <data_flow_ops.h>
Stufe (Schlüssel, Werte) im zugrunde liegenden Container, die sich wie eine geordnete verhält.
Zusammenfassung
assoziativer Container. Die Elemente sind nach Schlüssel sortiert.
Argumente:
- scope: Ein Scope- Objekt
- Schlüssel: int64
- Werte: Eine Liste von Tensor-D-Typen Eine Liste von Datentypen, an die Werte eingefügt werden sollten.
Optionale Attribute (siehe Attrs
):
- Kapazität: Maximale Anzahl von Elementen im Staging-Bereich. Wenn> 0, werden Einfügungen auf dem Container blockiert, wenn die Kapazität erreicht ist.
- container: Wenn nicht leer, wird diese Warteschlange in den angegebenen Container gestellt. Andernfalls wird ein Standardcontainer verwendet.
- shared_name: Es ist notwendig, diesen Namen mit dem passenden Unstage Op abzugleichen .
Kehrt zurück:
- die erstellte
Operation
Konstruktoren und Destruktoren | |
---|---|
OrderedMapStage (const :: tensorflow::Scope & scope, :: tensorflow::Input key, :: tensorflow::Input indices, :: tensorflow::InputList values, const DataTypeSlice & dtypes) | |
OrderedMapStage (const :: tensorflow::Scope & scope, :: tensorflow::Input key, :: tensorflow::Input indices, :: tensorflow::InputList values, const DataTypeSlice & dtypes, const OrderedMapStage::Attrs & attrs) |
Öffentliche Attribute | |
---|---|
operation |
Öffentliche Funktionen | |
---|---|
operator::tensorflow::Operation () const |
Öffentliche statische Funktionen | |
---|---|
Capacity (int64 x) | |
Container (StringPiece x) | |
MemoryLimit (int64 x) | |
SharedName (StringPiece x) |
Strukturen | |
---|---|
tensorflow :: ops :: OrderedMapStage :: Attrs | Optionale Attributsetzer für OrderedMapStage . |
Öffentliche Attribute
Operation
Operation operation
Öffentliche Funktionen
OrderedMapStage
OrderedMapStage( const ::tensorflow::Scope & scope, ::tensorflow::Input key, ::tensorflow::Input indices, ::tensorflow::InputList values, const DataTypeSlice & dtypes )
OrderedMapStage
OrderedMapStage( const ::tensorflow::Scope & scope, ::tensorflow::Input key, ::tensorflow::Input indices, ::tensorflow::InputList values, const DataTypeSlice & dtypes, const OrderedMapStage::Attrs & attrs )
operator :: tensorflow :: Operation
operator::tensorflow::Operation() 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 )