Home
last modified time | relevance | path

Searched refs:autotune (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/python/data/experimental/benchmarks/
Dautotune_benchmark.py36 a = self._benchmarkMap(autotune=False)
37 b = self._benchmarkMap(autotune=True)
40 def _benchmarkMap(self, autotune): argument
49 options.experimental_optimization.autotune = autotune
67 name="map" + ("_autotune" if autotune else ""))
71 a = self._benchmarkMapAndBatch(autotune=False)
72 b = self._benchmarkMapAndBatch(autotune=True)
75 def _benchmarkMapAndBatch(self, autotune): argument
88 options.experimental_optimization.autotune = autotune
106 name="map_and_batch" + ("_autotune" if autotune else ""))
[all …]
/external/tensorflow/tensorflow/python/data/kernel_tests/
Doptions_test.py42 options.experimental_optimization.autotune = True
49 options1.experimental_optimization.autotune = True
54 self.assertTrue(ds.options().experimental_optimization.autotune)
60 options1.experimental_optimization.autotune = True
62 options2.experimental_optimization.autotune = False
69 options1.experimental_optimization.autotune = True
75 self.assertTrue(ds.options().experimental_optimization.autotune)
/external/tensorflow/tensorflow/python/data/benchmarks/
Drange_benchmark.py31 options.experimental_optimization.autotune = modeling_enabled
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/
Dmodel_dataset_test.py39 options.experimental_optimization.autotune = True
Dassert_next_dataset_test.py57 options.experimental_optimization.autotune = False
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.data.experimental.-optimization-options.pbtxt11 name: "autotune"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.data.experimental.-optimization-options.pbtxt11 name: "autotune"
/external/tensorflow/tensorflow/python/data/experimental/ops/
Doptimization_options.py47 autotune = options.create_option( variable in OptimizationOptions
Dprefetching_ops.py74 options.experimental_optimization.autotune = False
/external/skia/src/compute/hs/gen/
Dmain.c407 hsg_merge_levels_hint(struct hsg_merge * const merge, bool const autotune) in hsg_merge_levels_hint() argument
419 if (autotune) in hsg_merge_levels_hint()
1420 bool autotune = false; in main() local
1552 autotune = true; in main()
1615 hsg_merge_levels_hint(merge,autotune); in main()
/external/skqp/src/compute/hs/gen/
Dmain.c407 hsg_merge_levels_hint(struct hsg_merge * const merge, bool const autotune) in hsg_merge_levels_hint() argument
419 if (autotune) in hsg_merge_levels_hint()
1420 bool autotune = false; in main() local
1552 autotune = true; in main()
1615 hsg_merge_levels_hint(merge,autotune); in main()
/external/tensorflow/tensorflow/python/data/ops/
Dmulti_device_iterator_ops.py290 options.experimental_optimization.autotune = False
Ddataset_ops.py196 autotune = True
199 … if options.experimental_optimization.autotune is False: # pylint: disable=g-bool-id-comparison
200 autotune = False
204 if autotune:
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dcopy_to_device_test.py316 options.experimental_optimization.autotune = False