Home
last modified time | relevance | path

Searched defs:autotune (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/python/data/experimental/benchmarks/
Dautotune_benchmark.py31 def _run_benchmark(self, dataset, autotune, autotune_buffers, argument
58 def _benchmark_batch(self, autotune, autotune_buffers=False): argument
81 def _benchmark_map(self, autotune, autotune_buffers=False): argument
102 def _benchmark_map_and_batch(self, autotune, autotune_buffers=False): argument
125 def _benchmark_interleave(self, autotune, autotune_buffers=False): argument
150 def _benchmark_map_and_interleave(self, autotune, autotune_buffers=False): argument
200 autotune, argument
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Denable_gradient_descent_test.cc32 GraphDef *output, bool autotune) { in OptimizeWithEnableGradientDescent()
48 const bool autotune = std::get<0>(GetParam()); in TEST_P() local
Ddisable_prefetch_legacy_autotune_test.cc35 bool autotune) { in OptimizeWithDisablePrefetchLegacyAutotune()
50 const bool autotune = GetParam(); in TEST_P() local
Dmap_parallelization_test.cc32 GraphDef* output, bool autotune) { in OptimizeWithMapParallelization()
51 const bool autotune = GetParam(); in TEST_P() local
Dbatch_parallelization_test.cc32 GraphDef* output, bool autotune) { in OptimizeWithBatchParallelization()
49 const bool autotune = GetParam(); in TEST_P() local
Denable_gradient_descent.h41 const string& autotune = config->parameter_map().at(kAutotune).s(); in Init() local
Dbatch_parallelization.h41 const string& autotune = config->parameter_map().at(kAutotune).s(); in Init() local
Ddisable_prefetch_legacy_autotune.h41 const string& autotune = config->parameter_map().at(kAutotune).s(); in Init() local
Dautotune_buffer_sizes.h49 const string& autotune = config->parameter_map().at(kAutotune).s(); in Init() local
Dmap_parallelization.h41 const string& autotune = config->parameter_map().at(kAutotune).s(); in Init() local
Dautotune_buffer_sizes_test.cc32 GraphDef *output, bool autotune) { in OptimizeWithAutotuneBufferSizes()
126 const bool autotune = GetParam(); in TEST_P() local
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Doptimize_dataset_test.py271 def testOptimizationEnableGradientDescent(self, autotune, autotune_buffers, argument
301 def testOptimizationMapParallelization(self, autotune, map_parallelization): argument
332 def testOptimizationAutotuneBuffers(self, autotune, autotune_buffers, argument
554 def testAutotuningSettings(self, autotune, autotune_buffers): argument
/external/tensorflow/tensorflow/python/data/experimental/ops/
Doptimization_options.py111 autotune = options.create_option( variable in OptimizationOptions
327 def _graph_rewrite_configs(self, autotune): argument
/external/tensorflow/tensorflow/core/framework/
Dmodel.proto35 bool autotune = 3; field
Dmodel.h197 bool autotune() const TF_LOCKS_EXCLUDED(mu_) { in autotune() function
309 void set_autotune(bool autotune) TF_LOCKS_EXCLUDED(mu_) { in set_autotune()
Ddataset_options.proto55 bool autotune = 2; field
/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()
1420 bool autotune = false; in main() local
/external/tensorflow/tensorflow/python/data/ops/
Ddataset_ops.py3117 def _graph_rewrite_configs(self, autotune): argument