tensorflow::ops::OrderedMapUnstageNoKey

#include <data_flow_ops.h>

Op removes and returns the (key, value) element with the smallest.

Summary

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

Arguments:

Returns:

  • Output key
  • OutputList 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
operation
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.

Public attributes

key

::tensorflow::Output key

operation

Operation operation

values

::tensorflow::OutputList values

Public functions

OrderedMapUnstageNoKey

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

OrderedMapUnstageNoKey

 OrderedMapUnstageNoKey(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input indices,
  const DataTypeSlice & dtypes,
  const OrderedMapUnstageNoKey::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
)