Searched defs:autotune_buffers (Results 1 – 4 of 4) sorted by relevance
/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 201 autotune_buffers=False): argument
|
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/ |
D | optimize_dataset_test.py | 271 def testOptimizationEnableGradientDescent(self, autotune, autotune_buffers, argument 332 def testOptimizationAutotuneBuffers(self, autotune, autotune_buffers, argument 554 def testAutotuningSettings(self, autotune, autotune_buffers): argument 579 def testAutotuneBuffersSettings(self, autotune_buffers): argument
|
/external/tensorflow/tensorflow/python/data/experimental/ops/ |
D | optimization_options.py | 118 autotune_buffers = options.create_option( variable in OptimizationOptions
|
/external/tensorflow/tensorflow/core/framework/ |
D | dataset_options.proto | 60 bool autotune_buffers = 3; field
|