tensorflow::
ops::
Unstage
#include <data_flow_ops.h>
Op is similar to a lightweight Dequeue.
Summary
The basic functionality is similar to dequeue with many fewer capabilities and options. This Op is optimized for performance.
Args:
- scope: A Scope object
Returns:
-
OutputList
: The values tensor.
Constructors and Destructors |
|
---|---|
Unstage
(const ::
tensorflow::Scope
& scope, const DataTypeSlice & dtypes)
|
|
Unstage
(const ::
tensorflow::Scope
& scope, const DataTypeSlice & dtypes, const
Unstage::Attrs
& attrs)
|
Public attributes |
|
---|---|
operation
|
|
values
|
Public functions |
|
---|---|
operator[]
(size_t index) const
|
Public static functions |
|
---|---|
Capacity
(int64 x)
|
|
Container
(StringPiece x)
|
|
MemoryLimit
(int64 x)
|
|
SharedName
(StringPiece x)
|
Structs |
|
---|---|
tensorflow::
|
Optional attribute setters for Unstage . |
Public attributes
Public functions
Unstage
Unstage( const ::tensorflow::Scope & scope, const DataTypeSlice & dtypes, const Unstage::Attrs & attrs )