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
operation
Operation operation
values
::tensorflow::OutputList values
Public functions
Unstage
Unstage( const ::tensorflow::Scope & scope, const DataTypeSlice & dtypes )
Unstage
Unstage( const ::tensorflow::Scope & scope, const DataTypeSlice & dtypes, const Unstage::Attrs & attrs )
operator[]
::tensorflow::Output operator[]( size_t index ) const
Public static functions
Capacity
Attrs Capacity( int64 x )
Container
Attrs Container( StringPiece x )
MemoryLimit
Attrs MemoryLimit( int64 x )
SharedName
Attrs SharedName( StringPiece x )