#include <data_flow_ops.h>
Dequeues a tuple of one or more tensors from the given queue.
This operation has k outputs, where k is the number of components in the tuples stored in the given queue, and output i is the ith component of the dequeued tuple.
N.B. If the queue is empty, this operation will block until an element has been dequeued (or 'timeout_ms' elapses, if specified).
Arguments:
Optional attributes (see Attrs
):
Returns:
OutputList
: One or more tensors that were dequeued as a tuple. Constructors and Destructors | |
---|---|
QueueDequeue(const ::tensorflow::Scope & scope, ::tensorflow::Input handle, const DataTypeSlice & component_types) | |
QueueDequeue(const ::tensorflow::Scope & scope, ::tensorflow::Input handle, const DataTypeSlice & component_types, const QueueDequeue::Attrs & attrs) |
Public attributes | |
---|---|
components |
Public functions | |
---|---|
operator[](size_t index) const |
Public static functions | |
---|---|
TimeoutMs(int64 x) |
Structs | |
---|---|
tensorflow::ops::QueueDequeue::Attrs | Optional attribute setters for QueueDequeue. |
::tensorflow::OutputList components
QueueDequeue( const ::tensorflow::Scope & scope, ::tensorflow::Input handle, const DataTypeSlice & component_types )
QueueDequeue( const ::tensorflow::Scope & scope, ::tensorflow::Input handle, const DataTypeSlice & component_types, const QueueDequeue::Attrs & attrs )
::tensorflow::Output operator[]( size_t index ) const
Attrs TimeoutMs( int64 x )
© 2018 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/queue-dequeue.html