Home
last modified time | relevance | path

Searched refs:run_local (Results 1 – 8 of 8) sorted by relevance

/external/toolchain-utils/crosperf/
Dexperiment_factory.py100 show_all_results, retries, run_local): argument
105 suite, show_all_results, retries, run_local)
172 run_local = benchmark_settings.GetField('run_local')
178 show_all_results, retries, run_local)
183 run_local)
188 run_local)
201 run_local=False))
206 show_all_results, retries, run_local)
210 show_all_results, retries, run_local)
224 run_local=False)
[all …]
Dbenchmark.py59 run_local=False): argument
74 if run_local and self.suite != 'telemetry_Crosperf':
76 self.run_local = run_local
Dresults_cache.py598 self.run_local = None
603 show_all_results, run_local): argument
622 self.run_local = run_local
638 self.run_local)
698 self.run_local)
Dbenchmark_run.py75 self.benchmark.run_local)
247 self.benchmark.run_local)
Dsuite_runner.py228 args_string, benchmark.run_local, benchmark.test_name,
Dexperiment_runner.py158 br.benchmark.run_local)
/external/tensorflow/tensorflow/python/estimator/
Dtraining_test.py1503 executor.run_local()
1545 executor.run_local()
1571 executor.run_local()
1607 executor.run_local()
1624 executor.run_local()
1649 executor.run_local()
1665 executor.run_local()
1694 executor.run_local()
1706 executor.run_local()
1716 executor.run_local()
[all …]
Dtraining.py498 self.run_local()
600 def run_local(self): member in _TrainingExecutor