W3cubDocs

/TensorFlow C++ 2.3

tensorflow::ops::MapUnstage

#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.

Arguments:

Returns:

  • OutputList: The values tensor.
Constructors and Destructors
MapUnstage(const ::tensorflow::Scope & scope, ::tensorflow::Input key, ::tensorflow::Input indices, const DataTypeSlice & dtypes)
MapUnstage(const ::tensorflow::Scope & scope, ::tensorflow::Input key, ::tensorflow::Input indices, const DataTypeSlice & dtypes, const MapUnstage::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::MapUnstage::Attrs

Optional attribute setters for MapUnstage.

Public attributes

operation

Operation operation

values

::tensorflow::OutputList values

Public functions

MapUnstage

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

MapUnstage

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

© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.3/api_docs/cc/class/tensorflow/ops/map-unstage