#include <data_flow_ops.h>
Op peeks at the values at the specified key.
If the
underlying container does not contain this key this op will block until it does. This Op is optimized for performance.
Arguments:
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 attributes | |
---|---|
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::ops::OrderedMapPeek::Attrs | Optional attribute setters for OrderedMapPeek. |
::tensorflow::OutputList values
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 )
::tensorflow::Output operator[]( size_t index ) const
Attrs Capacity( int64 x )
Attrs Container( StringPiece x )
Attrs MemoryLimit( int64 x )
Attrs SharedName( StringPiece x )
© 2018 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/cc/class/tensorflow/ops/ordered-map-peek.html