Home
last modified time | relevance | path

Searched refs:map_and_batch (Results 1 – 21 of 21) sorted by relevance

/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dmap_and_batch_test.py71 batching.map_and_batch(
137 batching.map_and_batch(
165 batching.map_and_batch(lambda x: array_ops.reshape(x * x, [1]), 4)))
183 batching.map_and_batch(lambda x: x, batch_size=100))
216 batching.map_and_batch(
256 batching.map_and_batch(_sparse, 5))
282 dataset = dataset.apply(batching.map_and_batch(lambda x: x, 14))
306 dataset = dataset.apply(batching.map_and_batch(lambda x: x, batch_size))
333 1000).apply(batching.map_and_batch(_map_fn, batch_size=100))
366 batching.map_and_batch(
[all …]
Drebatch_dataset_test.py145 batching.map_and_batch(
Dstats_dataset_ops_test.py226 batching.map_and_batch(
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/
Dmap_and_batch_dataset_serialization_test.py49 batching.map_and_batch(
76 batching.map_and_batch(
96 batching.map_and_batch(map_fn, 5))
Dnuma_map_and_batch_dataset_serialization_test.py48 batching.map_and_batch(
78 batching.map_and_batch(
/external/tensorflow/tensorflow/contrib/data/python/ops/
Dbatching.py232 def map_and_batch(map_func, function
272 return batching.map_and_batch(map_func, batch_size, num_parallel_batches,
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/
Dmap_vectorization_test.py421 dataset = dataset.apply(batching.map_and_batch(map_fn, 100))
450 batching.map_and_batch(map_fn, 2, 12, drop_remainder=True))
534 unoptimized = base_dataset.apply(batching.map_and_batch(lambda x: x, 2))
553 unoptimized = base_dataset.apply(batching.map_and_batch(map_fn, 2))
Dmake_numa_aware_test.py34 batching.map_and_batch(lambda x: x * x, 10))
Doptimize_dataset_test.py66 batching.map_and_batch(map_fn, 1))
/external/tensorflow/tensorflow/python/compiler/tensorrt/test/
Dquantization_mnist_test.py192 data.experimental.map_and_batch(
206 data.experimental.map_and_batch(
/external/tensorflow/tensorflow/contrib/data/
D__init__.py81 from tensorflow.contrib.data.python.ops.batching import map_and_batch
/external/tensorflow/tensorflow/python/data/experimental/
D__init__.py85 from tensorflow.python.data.experimental.ops.batching import map_and_batch
/external/tensorflow/tensorflow/python/data/experimental/benchmarks/
Dmap_and_batch_benchmark.py55 dataset = dataset.apply(batching.map_and_batch(
Dautotune_benchmark.py82 batching.map_and_batch(
/external/tensorflow/tensorflow/contrib/eager/python/examples/revnet/
Dimagenet_input.py191 tf.data.experimental.map_and_batch(
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.data.experimental.pbtxt152 name: "map_and_batch"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.data.experimental.pbtxt152 name: "map_and_batch"
/external/tensorflow/tensorflow/contrib/distribute/
DREADME.md179 Specifically, we found using [`map_and_batch`](https://www.tensorflow.org/performance/datasets_perf…
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dreaders.py301 dataset = dataset.apply(batching.map_and_batch(
Dbatching.py674 def map_and_batch(map_func, function
/external/tensorflow/
DRELEASE.md78 …led by configuring `tf.data.experimental.OptimizationOptions` to set `map_and_batch = False` or `n…