#include <data_flow_ops.h>
Op removes and returns the (key, value) element with the smallest.
key from the underlying container. If the underlying container does not contain elements, the op will block until it does.
Arguments:
Returns:
Output
keyOutputList
values Constructors and Destructors | |
---|---|
OrderedMapUnstageNoKey(const ::tensorflow::Scope & scope, ::tensorflow::Input indices, const DataTypeSlice & dtypes) | |
OrderedMapUnstageNoKey(const ::tensorflow::Scope & scope, ::tensorflow::Input indices, const DataTypeSlice & dtypes, const OrderedMapUnstageNoKey::Attrs & attrs) |
Public attributes | |
---|---|
key | |
values |
Public static functions | |
---|---|
Capacity(int64 x) | |
Container(StringPiece x) | |
MemoryLimit(int64 x) | |
SharedName(StringPiece x) |
Structs | |
---|---|
tensorflow::ops::OrderedMapUnstageNoKey::Attrs | Optional attribute setters for OrderedMapUnstageNoKey. |
::tensorflow::Output key
::tensorflow::OutputList values
OrderedMapUnstageNoKey( const ::tensorflow::Scope & scope, ::tensorflow::Input indices, const DataTypeSlice & dtypes )
OrderedMapUnstageNoKey( const ::tensorflow::Scope & scope, ::tensorflow::Input indices, const DataTypeSlice & dtypes, const OrderedMapUnstageNoKey::Attrs & attrs )
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-unstage-no-key.html