tensorflow::ops::OrderedMapUnstage

#include <data_flow_ops.h>

Op removes and returns the values associated with the key.

Summary

from the underlying container. If the underlying container does not contain this key, the op will block until it does.

Args:

Returns:

  • OutputList: The values tensor.

Constructors and Destructors

OrderedMapUnstage(const ::tensorflow::Scope & scope, ::tensorflow::Input key, ::tensorflow::Input indices, const DataTypeSlice & dtypes)
OrderedMapUnstage(const ::tensorflow::Scope & scope, ::tensorflow::Input key, ::tensorflow::Input indices, const DataTypeSlice & dtypes, const OrderedMapUnstage::Attrs & attrs)

Public attributes

operation
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::OrderedMapUnstage::Attrs

Optional attribute setters for OrderedMapUnstage.

Public attributes

operation

Operation operation

values

::tensorflow::OutputList values

Public functions

OrderedMapUnstage

 OrderedMapUnstage(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input key,
  ::tensorflow::Input indices,
  const DataTypeSlice & dtypes
)

OrderedMapUnstage

 OrderedMapUnstage(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input key,
  ::tensorflow::Input indices,
  const DataTypeSlice & dtypes,
  const OrderedMapUnstage::Attrs & attrs
)

operator[]

::tensorflow::Output operator[](
  size_t index
) const 

Public static functions

Capacity

Attrs Capacity(
  int64 x
)

Container

Attrs Container(
  StringPiece x
)

MemoryLimit

Attrs MemoryLimit(
  int64 x
)

SharedName

Attrs SharedName(
  StringPiece x
)