tensorflow::
ops::
MapUnstageNoKey
#include <data_flow_ops.h>
Op removes and returns a random (key, value)
Summary
from the underlying container. If the underlying container does not contain elements, the op will block until it does.
Args:
- scope: A Scope object
Returns:
-
Output
key -
OutputList
values
Constructors and Destructors |
|
---|---|
MapUnstageNoKey
(const ::
tensorflow::Scope
& scope, ::
tensorflow::Input
indices, const DataTypeSlice & dtypes)
|
|
MapUnstageNoKey
(const ::
tensorflow::Scope
& scope, ::
tensorflow::Input
indices, const DataTypeSlice & dtypes, const
MapUnstageNoKey::Attrs
& attrs)
|
Public attributes |
|
---|---|
key
|
|
operation
|
|
values
|
Public static functions |
|
---|---|
Capacity
(int64 x)
|
|
Container
(StringPiece x)
|
|
MemoryLimit
(int64 x)
|
|
SharedName
(StringPiece x)
|
Structs |
|
---|---|
tensorflow::
|
Optional attribute setters for MapUnstageNoKey . |
Public attributes
Public functions
MapUnstageNoKey
MapUnstageNoKey( const ::tensorflow::Scope & scope, ::tensorflow::Input indices, const DataTypeSlice & dtypes )
MapUnstageNoKey
MapUnstageNoKey( const ::tensorflow::Scope & scope, ::tensorflow::Input indices, const DataTypeSlice & dtypes, const MapUnstageNoKey::Attrs & attrs )