Tensorflow :: ops :: Bühne
#include <data_flow_ops.h>
Bühnenwerte ähnlich wie bei einem leichten Enqueue.
Zusammenfassung
Die Grundfunktionalität dieser Operation ähnelt einer Warteschlange mit viel weniger Funktionen und Optionen. Dieser Op ist für die Leistung optimiert.
Argumente:
- scope: Ein Scope- Objekt
- 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.
- memory_limit: Die maximal zulässige Anzahl von Bytes für Tensoren im Staging-Bereich. Wenn> 0, werden Einfügungen blockiert, bis genügend Speicherplatz verfügbar 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 | |
---|---|
Stage (const :: tensorflow::Scope & scope, :: tensorflow::InputList values) | |
Stage (const :: tensorflow::Scope & scope, :: tensorflow::InputList values, const Stage::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 :: Stage :: Attrs | Optionale Attributsetzer für Stage . |
Öffentliche Attribute
Operation
Operation operation
Öffentliche Funktionen
Bühne
Stage( const ::tensorflow::Scope & scope, ::tensorflow::InputList values )
Bühne
Stage( const ::tensorflow::Scope & scope, ::tensorflow::InputList values, const Stage::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 )