tensorflow::ops::RandomShuffleQueue

tensorflow::ops::RandomShuffleQueue

#include <data_flow_ops.h>

A queue that randomizes the order of elements.

Summary

Arguments:

  • scope: A Scope object
  • component_types: The type of each component in a value.

Optional attributes (see Attrs):

  • shapes: The shape of each component in a value. The length of this attr must be either 0 or the same as the length of component_types. If the length of this attr is 0, the shapes of queue elements are not constrained, and only one element may be dequeued at a time.
  • capacity: The upper bound on the number of elements in this queue. Negative numbers mean no limit.
  • min