LostTech.TensorFlow : API Documentation

Type RandomShuffleQueue

Namespace tensorflow

Parent QueueBase

Interfaces IRandomShuffleQueue

A queue implementation that dequeues elements in a random order.

See tf.queue.QueueBase for a description of the methods on this class.

Methods

Properties

Public static methods

RandomShuffleQueue NewDyn(object capacity, object min_after_dequeue, object dtypes, object shapes, object names, object seed, object shared_name, ImplicitContainer<T> name)

Public properties

IList<object> dtypes get;

object dtypes_dyn get;

object name get;

object name_dyn get;

IList<object> names get;

object names_dyn get;

object PythonObject get;

object queue_ref get;

object queue_ref_dyn get;

IList<TensorShape> shapes get;

object shapes_dyn get;