LostTech.TensorFlow : API Documentation

Type parallel_reader

Namespace tensorflow.contrib.slim.parallel_reader

Public static methods

IList<object> get_data_files(IEnumerable<object> data_sources)

IList<object> get_data_files(ValueTuple<IEnumerable<object>, object> data_sources)

IList<object> get_data_files(object data_sources)

object get_data_files_dyn(object data_sources)

object parallel_read(IEnumerable<object> data_sources, PythonClassContainer reader_class, object num_epochs, int num_readers, object reader_kwargs, bool shuffle, object dtypes, int capacity, int min_after_dequeue, object seed, object scope)

object parallel_read(IEnumerable<object> data_sources, object reader_class, object num_epochs, int num_readers, object reader_kwargs, bool shuffle, object dtypes, int capacity, int min_after_dequeue, object seed, object scope)

object parallel_read_dyn(object data_sources, object reader_class, object num_epochs, ImplicitContainer<T> num_readers, object reader_kwargs, ImplicitContainer<T> shuffle, object dtypes, ImplicitContainer<T> capacity, ImplicitContainer<T> min_after_dequeue, object seed, object scope)

IDictionary<object, object> single_pass_read(object data_sources, object reader_class, object reader_kwargs, object scope)

IDictionary<object, object> single_pass_read(object data_sources, PythonClassContainer reader_class, object reader_kwargs, object scope)

object single_pass_read_dyn(object data_sources, object reader_class, object reader_kwargs, object scope)

Public properties

PythonFunctionContainer get_data_files_fn get;

PythonFunctionContainer parallel_read_fn get;

PythonFunctionContainer ParallelReader_fn get;

PythonFunctionContainer single_pass_read_fn get;