LostTech.TensorFlow : API Documentation

Type PaddingFIFOQueue

Namespace tensorflow

Parent QueueBase

Interfaces IPaddingFIFOQueue

A FIFOQueue that supports batching variable-sized tensors by padding.

A `PaddingFIFOQueue` may contain components with dynamic shape, while also supporting `dequeue_many`. See the constructor for more details.

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

Properties

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;