#include <data_flow_ops.h>
Op is similar to a lightweight Dequeue.
The basic funtionality 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 | |
---|---|
values |
Public functions | |
---|---|
operator[](size_t index) const |
Public static functions | |
---|---|
Container(StringPiece x) | |
SharedName(StringPiece x) |
Structs | |
---|---|
tensorflow::ops::Unstage::Attrs | Optional attribute setters for Unstage. |
::tensorflow::OutputList values
Unstage( const ::tensorflow::Scope & scope, const DataTypeSlice & dtypes )
Unstage( const ::tensorflow::Scope & scope, const DataTypeSlice & dtypes, const Unstage::Attrs & attrs )
::tensorflow::Output operator[]( size_t index ) const
Attrs Container( StringPiece x )
Attrs SharedName( StringPiece x )
© 2017 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/api_docs/cc/class/tensorflow/ops/unstage.html