W3cubDocs

/TensorFlow C++ 1.15

tensorflow::ops::Unstage

#include <data_flow_ops.h>

Op is similar to a lightweight Dequeue.

Summary

The basic functionality is similar to dequeue with many fewer capabilities and options. This Op is optimized for performance.

Arguments:

Returns:

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

Optional attribute setters for Unstage.

Public attributes

operation

Operation operation

values

::tensorflow::OutputList values

Public functions

Unstage

 Unstage(
  const ::tensorflow::Scope & scope,
  const DataTypeSlice & dtypes
)

Unstage

 Unstage(
  const ::tensorflow::Scope & scope,
  const DataTypeSlice & dtypes,
  const Unstage::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/r1.15/api_docs/cc/class/tensorflow/ops/unstage