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:

Returns:

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:: ops:: MapUnstageNoKey:: Attrs

Optional attribute setters for MapUnstageNoKey .

Public attributes

key

::tensorflow::Output key

operation

Operation operation

values

::tensorflow::OutputList values

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
)

Public static functions

Capacity

Attrs Capacity(
  int64 x
)

Container

Attrs Container(
  StringPiece x
)

MemoryLimit

Attrs MemoryLimit(
  int64 x
)

SharedName

Attrs SharedName(
  StringPiece x
)