Home
last modified time | relevance | path

Searched refs:num_parallel_batches (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/python/data/experimental/ops/
Dbatching.py155 num_parallel_batches=None, argument
191 if num_parallel_batches is None and num_parallel_calls is None:
193 elif num_parallel_batches is not None and num_parallel_calls is None:
194 num_parallel_calls = batch_size * num_parallel_batches
195 elif num_parallel_batches is not None and num_parallel_calls is not None:
215 num_parallel_batches=None, argument
252 if num_parallel_batches is None and num_parallel_calls is None:
254 elif num_parallel_batches is not None and num_parallel_calls is None:
255 num_parallel_calls = batch_size * num_parallel_batches
256 elif num_parallel_batches is not None and num_parallel_calls is not None:
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/
Dmap_and_batch_dataset_serialization_test.py46 num_parallel_batches = 2
58 num_parallel_batches=num_parallel_batches,
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dmap_and_batch_test.py49 num_parallel_calls=[None, 1, 2], num_parallel_batches=None) +
51 num_parallel_calls=None, num_parallel_batches=10)))
52 def testMapAndBatch(self, num_parallel_calls, num_parallel_batches): argument
70 num_parallel_batches=num_parallel_batches))
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ExperimentalMapAndBatchDataset.pbtxt52 to `batch_size * num_parallel_batches` copies of `f` in parallel.
Dapi_def_MapAndBatchDataset.pbtxt52 to `batch_size * num_parallel_batches` copies of `f` in parallel.
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.data.experimental.pbtxt193 …argspec: "args=[\'map_func\', \'batch_size\', \'num_parallel_batches\', \'drop_remainder\', \'num_…
197 …argspec: "args=[\'map_func\', \'batch_size\', \'num_parallel_batches\', \'drop_remainder\', \'num_…
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.data.experimental.pbtxt169 …argspec: "args=[\'map_func\', \'batch_size\', \'num_parallel_batches\', \'drop_remainder\', \'num_…
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops.td1124 to `batch_size * num_parallel_batches` copies of `f` in parallel.