W3cubDocs

/TensorFlow C++ 2.9

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:

  • Output key
  • OutputList values
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
)

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