LostTech.TensorFlow : API Documentation

Type input_lib

Namespace tensorflow.python.distribute.input_lib

Public static methods

object get_distributed_dataset(Dataset dataset, InputWorkers input_workers, object strategy, Nullable<int> split_batch_by, InputContext input_context)

object get_distributed_dataset_dyn(object dataset, object input_workers, object strategy, object split_batch_by, object input_context)

object get_distributed_datasets_from_function(PythonFunctionContainer dataset_fn, InputWorkers input_workers, IEnumerable<InputContext> input_contexts, object strategy)

object get_distributed_datasets_from_function_dyn(object dataset_fn, object input_workers, object input_contexts, object strategy)

Public properties

PythonFunctionContainer _IterableInput_fn get;

PythonFunctionContainer _SingleWorkerCallableIterator_fn get;

PythonFunctionContainer _SingleWorkerDatasetIterator_fn get;

PythonFunctionContainer DatasetIterator_fn get;

PythonFunctionContainer DistributedDataset_fn get;

PythonFunctionContainer DistributedDatasetsFromFunction_fn get;

PythonFunctionContainer DistributedDatasetsFromFunctionV1_fn get;

PythonFunctionContainer DistributedDatasetV1_fn get;

PythonFunctionContainer DistributedIterator_fn get;

PythonFunctionContainer DistributedIteratorV1_fn get;

PythonFunctionContainer get_distributed_dataset_fn get;

PythonFunctionContainer get_distributed_datasets_from_function_fn get;

PythonFunctionContainer InputFunctionIterator_fn get;

PythonFunctionContainer InputWorkers_fn get;

PythonFunctionContainer MultiStepContext_fn get;