LostTech.TensorFlow : API Documentation

Type prefetch_queue

Namespace tensorflow.contrib.slim.prefetch_queue

Public static methods

object prefetch_queue_(IDictionary<object, object> tensors, int capacity, int num_threads, bool dynamic_pad, object shared_name, string name)

object prefetch_queue_(IEnumerable<SparseTensor> tensors, int capacity, int num_threads, bool dynamic_pad, object shared_name, string name)

object prefetch_queue__dyn(object tensors, ImplicitContainer<T> capacity, ImplicitContainer<T> num_threads, ImplicitContainer<T> dynamic_pad, object shared_name, object name)

Public properties

PythonFunctionContainer prefetch_queue__fn get;