/external/tensorflow/tensorflow/python/data/experimental/benchmarks/ |
D | autotune_benchmark.py | 31 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/ |
D | enable_gradient_descent_test.cc | 32 GraphDef *output, bool autotune) { in OptimizeWithEnableGradientDescent() 48 const bool autotune = std::get<0>(GetParam()); in TEST_P() local
|
D | disable_prefetch_legacy_autotune_test.cc | 35 bool autotune) { in OptimizeWithDisablePrefetchLegacyAutotune() 50 const bool autotune = GetParam(); in TEST_P() local
|
D | map_parallelization_test.cc | 32 GraphDef* output, bool autotune) { in OptimizeWithMapParallelization() 51 const bool autotune = GetParam(); in TEST_P() local
|
D | batch_parallelization_test.cc | 32 GraphDef* output, bool autotune) { in OptimizeWithBatchParallelization() 49 const bool autotune = GetParam(); in TEST_P() local
|
D | enable_gradient_descent.h | 41 const string& autotune = config->parameter_map().at(kAutotune).s(); in Init() local
|
D | batch_parallelization.h | 41 const string& autotune = config->parameter_map().at(kAutotune).s(); in Init() local
|
D | disable_prefetch_legacy_autotune.h | 41 const string& autotune = config->parameter_map().at(kAutotune).s(); in Init() local
|
D | autotune_buffer_sizes.h | 49 const string& autotune = config->parameter_map().at(kAutotune).s(); in Init() local
|
D | map_parallelization.h | 41 const string& autotune = config->parameter_map().at(kAutotune).s(); in Init() local
|
D | autotune_buffer_sizes_test.cc | 32 GraphDef *output, bool autotune) { in OptimizeWithAutotuneBufferSizes() 126 const bool autotune = GetParam(); in TEST_P() local
|
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/ |
D | optimize_dataset_test.py | 271 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/ |
D | optimization_options.py | 111 autotune = options.create_option( variable in OptimizationOptions 327 def _graph_rewrite_configs(self, autotune): argument
|
/external/tensorflow/tensorflow/core/framework/ |
D | model.proto | 35 bool autotune = 3; field
|
D | model.h | 197 bool autotune() const TF_LOCKS_EXCLUDED(mu_) { in autotune() function 309 void set_autotune(bool autotune) TF_LOCKS_EXCLUDED(mu_) { in set_autotune()
|
D | dataset_options.proto | 55 bool autotune = 2; field
|
/external/skqp/src/compute/hs/gen/ |
D | main.c | 407 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/ |
D | dataset_ops.py | 3117 def _graph_rewrite_configs(self, autotune): argument
|