Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/data/experimental/benchmarks/
Dautotune_benchmark.py28 def _run_benchmark(self, dataset, autotune, benchmark_iters, benchmark_label, argument
55 def _benchmark_batch(self, autotune, benchmark_id): argument
75 def _benchmark_map(self, autotune, benchmark_id): argument
93 def _benchmark_map_and_batch(self, autotune, benchmark_id): argument
113 def _benchmark_interleave(self, autotune, benchmark_id): argument
134 def _benchmark_map_and_interleave(self, autotune, benchmark_id): argument
178 def _benchmark_map_batch_and_interleave(self, autotune, benchmark_id): argument
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dinject_prefetch_test.cc38 GraphDef *output, bool autotune) { in Optimize()
50 bool autotune) { in OptimizeWithInjectPrefetch()
59 const bool autotune = GetParam(); in TEST_P() local
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
Dfilter_parallelization_test.cc32 GraphDef* output, bool autotune) { in OptimizeWithFilterParallelization()
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
Dmap_parallelization.h41 const string& autotune = config->parameter_map().at(kAutotune).s(); in Init() local
Dfilter_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
Denable_gradient_descent.h41 const string& autotune = config->parameter_map().at(kAutotune).s(); in Init() local
Dinject_prefetch.h42 const std::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
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/optimization/
Doptimization_test.py187 def testOptimizationMapParallelization(self, autotune, map_parallelization): argument
210 def testOptimizationInjectPrefetch(self, existing_prefetch, autotune, argument
Dfilter_parallelization_test.py211 def testAutotuneSetting(self, autotune): argument
/external/tensorflow/tensorflow/python/data/benchmarks/
Drange_benchmark.py24 def _benchmark_range(self, num_elements, autotune, benchmark_id): argument
/external/tensorflow/tensorflow/core/data/
Droot_dataset.h31 bool autotune = true; member
/external/tensorflow/tensorflow/core/framework/
Dmodel.proto40 bool autotune = 3; field
Dmodel.h224 bool autotune() const TF_LOCKS_EXCLUDED(mu_) { return autotune_; } in autotune() function
364 void set_autotune(bool autotune) TF_LOCKS_EXCLUDED(mu_) { in set_autotune()
/external/tensorflow/tensorflow/python/data/ops/
Doptions.py520 autotune = options_lib.create_option( variable in Options