LostTech.TensorFlow : API Documentation

Type FIFOQueue

Namespace tensorflow

Parent QueueBase

Interfaces IFIFOQueue

A queue implementation that dequeues elements in first-in first-out order.

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;