tensorflow:: ops:: OrderedMapPeek

#include <data_flow_ops.h>

Op peeks at the values at the specified key.

Summary

If the

underlying container does not contain this key this op will block until it does. This Op is optimized for performance.

Args:

Returns:

  • OutputList : The values tensor.

Constructors and Destructors

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

Optional attribute setters for OrderedMapPeek .

Public attributes

operation

Operation operation

values

::tensorflow::OutputList values

Public functions

OrderedMapPeek

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

OrderedMapPeek

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