Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dmap_and_batch_test.py66 batching.map_and_batch(
125 batching.map_and_batch(
145 batching.map_and_batch(lambda x: array_ops.reshape(x * x, [1]), 4)))
156 batching.map_and_batch(lambda x: x, batch_size=100))
182 batching.map_and_batch(
214 batching.map_and_batch(_sparse, 5))
233 dataset = dataset.apply(batching.map_and_batch(lambda x: x, 14))
250 dataset = dataset.apply(batching.map_and_batch(lambda x: x, batch_size))
270 1000).apply(batching.map_and_batch(_map_fn, batch_size=100))
289 batching.map_and_batch(
[all …]
Dstats_dataset_ops_test.py386 batching.map_and_batch(
Doptimize_dataset_test.py63 batching.map_and_batch(map_fn, 1))
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/
Dmap_and_batch_dataset_serialization_test.py55 batching.map_and_batch(
81 batching.map_and_batch(
100 batching.map_and_batch(map_fn, 5))
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/
Dmap_vectorization_test.py505 dataset = dataset.apply(batching.map_and_batch(map_fn, 100))
528 batching.map_and_batch(map_fn, 2, 12, drop_remainder=True))
645 unoptimized = base_dataset.apply(batching.map_and_batch(lambda x: x, 2))
663 unoptimized = base_dataset.apply(batching.map_and_batch(map_fn, 2))
/external/tensorflow/tensorflow/python/data/experimental/benchmarks/
Dmap_and_batch_benchmark.py51 batching.map_and_batch(lambda _: dense_value, batch_size))
/external/tensorflow/tensorflow/python/data/experimental/
D__init__.py100 from tensorflow.python.data.experimental.ops.batching import map_and_batch
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dbatching.py213 def map_and_batch(map_func, function
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.data.experimental.pbtxt168 name: "map_and_batch"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.data.experimental.pbtxt192 name: "map_and_batch"
/external/tensorflow/
DRELEASE.md2721 `tf.data.experimental.OptimizationOptions` to set `map_and_batch =