#include <data_flow_ops.h>
A queue that randomizes the order of elements.
Arguments:
Optional attributes (see Attrs
):
Returns:
Output
: The handle to the queue. Constructors and Destructors | |
---|---|
RandomShuffleQueue(const ::tensorflow::Scope & scope, const DataTypeSlice & component_types) | |
RandomShuffleQueue(const ::tensorflow::Scope & scope, const DataTypeSlice & component_types, const RandomShuffleQueue::Attrs & attrs) |
Public attributes | |
---|---|
handle |
Public functions | |
---|---|
node() const | ::tensorflow::Node * |
operator::tensorflow::Input() const | |
operator::tensorflow::Output() const |
Public static functions | |
---|---|
Capacity(int64 x) | |
Container(StringPiece x) | |
MinAfterDequeue(int64 x) | |
Seed(int64 x) | |
Seed2(int64 x) | |
Shapes(const gtl::ArraySlice< PartialTensorShape > & x) | |
SharedName(StringPiece x) |
Structs | |
---|---|
tensorflow::ops::RandomShuffleQueue::Attrs | Optional attribute setters for RandomShuffleQueue. |
::tensorflow::Output handle
RandomShuffleQueue( const ::tensorflow::Scope & scope, const DataTypeSlice & component_types )
RandomShuffleQueue( const ::tensorflow::Scope & scope, const DataTypeSlice & component_types, const RandomShuffleQueue::Attrs & attrs )
::tensorflow::Node * node() const
operator::tensorflow::Input() const
operator::tensorflow::Output() const
Attrs Capacity( int64 x )
Attrs Container( StringPiece x )
Attrs MinAfterDequeue( int64 x )
Attrs Seed( int64 x )
Attrs Seed2( int64 x )
Attrs Shapes( const gtl::ArraySlice< PartialTensorShape > & x )
Attrs SharedName( StringPiece 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/random-shuffle-queue.html