tensorflow::
ops::
StagePeek
#include <data_flow_ops.h>
Op peeks at the values at the specified index.
Summary
If the
underlying container does not contain sufficient elements this op will block until it does. This Op is optimized for performance.
Args:
- scope: A Scope object
Returns:
-
OutputList
: The values tensor.
Constructors and Destructors |
|
---|---|
StagePeek
(const ::
tensorflow::Scope
& scope, ::
tensorflow::Input
index, const DataTypeSlice & dtypes)
|
|
StagePeek
(const ::
tensorflow::Scope
& scope, ::
tensorflow::Input
index, const DataTypeSlice & dtypes, const
StagePeek::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 StagePeek . |
Public attributes
Public functions
StagePeek
StagePeek( const ::tensorflow::Scope & scope, ::tensorflow::Input index, const DataTypeSlice & dtypes )
StagePeek
StagePeek( const ::tensorflow::Scope & scope, ::tensorflow::Input index, const DataTypeSlice & dtypes, const StagePeek::Attrs & attrs )