Home
last modified time | relevance | path

Searched refs:_MapAndBatchDataset (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/data/experimental/ops/
Dbatching.py200 return _MapAndBatchDataset(dataset, map_func, batch_size,
261 return _MapAndBatchDataset(dataset, map_func, batch_size,
327 class _MapAndBatchDataset(dataset_ops.UnaryDataset): class
370 super(_MapAndBatchDataset, self).__init__(input_dataset, variant_tensor)
/external/tensorflow/tensorflow/python/distribute/
Dinput_lib.py1935 if isinstance(d, (dataset_ops.BatchDataset, batching._MapAndBatchDataset)):
1951 (dataset_ops.BatchDataset, batching._MapAndBatchDataset))
1955 elif isinstance(d, batching._MapAndBatchDataset):