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