/external/tensorflow/tensorflow/python/eager/ |
D | benchmarks_test_base.py | 40 def run_with_xprof(self, enable_python_trace, run_benchmark, func, argument 49 total_time = run_benchmark(func, num_iters_xprof, execution_mode) 53 def run_report(self, run_benchmark, func, num_iters, execution_mode=None): argument 55 total_time = run_benchmark(func, num_iters, execution_mode) 66 xprof_link, us_per_example = self.run_with_xprof(True, run_benchmark, 73 xprof_link, us_per_example = self.run_with_xprof(False, run_benchmark,
|
D | remote_benchmarks_test.py | 45 def run_benchmark(func, num_iters, execution_mode=None): function 88 total_time = run_benchmark(func, num_iters, execution_mode)
|
/external/tensorflow/tensorflow/python/data/experimental/benchmarks/ |
D | snapshot_dataset_benchmark.py | 102 self.run_benchmark( 119 self.run_benchmark( 138 self.run_benchmark( 157 self.run_benchmark(
|
D | rejection_resample_benchmark.py | 50 wall_time = self.run_benchmark(
|
D | map_vectorization_benchmark.py | 100 wall_time = self.run_benchmark(
|
/external/gemmlowp/meta/ |
D | test_transform_benchmark.cc | 49 void run_benchmark(const std::string& name, int repetitions, int elements, in run_benchmark() function 120 run_benchmark("Requantize", repetitions, elements, &context, in main() 134 run_benchmark("Dequantize", repetitions, elements, &context, in main() 148 run_benchmark("Quantize", repetitions, elements, &context, quantize_params); in main()
|
/external/autotest/server/site_tests/telemetry_Benchmarks/ |
D | control.speedometer2 | 25 def run_benchmark(machine): 34 parallel_simple(run_benchmark, machines)
|
D | control.rendering.desktop | 25 def run_benchmark(machine): 34 parallel_simple(run_benchmark, machines)
|
D | control.loading.desktop | 25 def run_benchmark(machine): 34 parallel_simple(run_benchmark, machines)
|
D | control.blink_perf.image_decoder | 26 def run_benchmark(machine): 35 parallel_simple(run_benchmark, machines)
|
D | control.backdrop_filter.rendering.desktop | 28 def run_benchmark(machine): 37 parallel_simple(run_benchmark, machines)
|
/external/autotest/server/site_tests/kernel_IdlePerf/ |
D | control | 30 def run_benchmark(machine): 35 parallel_simple(run_benchmark, machines)
|
/external/tensorflow/tensorflow/python/framework/ |
D | graph_building_benchmark.py | 44 def run_benchmark(func, num_iters): function 56 total_time = run_benchmark(func, num_iters)
|
/external/protobuf/benchmarks/python/ |
D | py_benchmark.py | 60 benchmark_util.run_benchmark(setup_method_args='"%s"' % (filename)) 63 benchmark_util.run_benchmark(setup_method_args='"%s"' % (filename)) 132 def run_benchmark(self, test_method_args='', setup_method_args=''): member in Benchmark
|
/external/libcxx/utils/google-benchmark/tools/gbench/ |
D | util.py | 122 def run_benchmark(exe_name, benchmark_flags): function 162 return run_benchmark(filename, benchmark_flags)
|
/external/google-benchmark/tools/gbench/ |
D | util.py | 122 def run_benchmark(exe_name, benchmark_flags): function 162 return run_benchmark(filename, benchmark_flags)
|
/external/llvm-project/libcxx/utils/google-benchmark/tools/gbench/ |
D | util.py | 122 def run_benchmark(exe_name, benchmark_flags): function 162 return run_benchmark(filename, benchmark_flags)
|
/external/llvm-project/llvm/utils/benchmark/tools/gbench/ |
D | util.py | 117 def run_benchmark(exe_name, benchmark_flags): function 157 return run_benchmark(filename, benchmark_flags)
|
/external/tensorflow/tensorflow/python/data/benchmarks/ |
D | benchmark_base.py | 137 def run_benchmark(self, member in DatasetBenchmarkBase 229 wall_time = self.run_benchmark(
|
/external/tensorflow/tensorflow/python/keras/benchmarks/ |
D | eager_microbenchmarks_test.py | 50 def run_report(self, run_benchmark, func, num_iters, execution_mode=None): argument 52 total_time = run_benchmark(func, num_iters, execution_mode)
|
D | model_components_benchmarks_test.py | 87 def run_benchmark(func, num_iters, execution_mode=None): function 106 total_time = run_benchmark(func, num_iters, execution_mode)
|
/external/fonttools/Lib/fontTools/cu2qu/ |
D | cu2qu.py | 473 def run_benchmark( function 492 run_benchmark('cu2qu.benchmark', 'cu2qu', 'curve_to_quadratic') 493 run_benchmark('cu2qu.benchmark', 'cu2qu', 'curves_to_quadratic')
|
/external/grpc-grpc/test/core/network_benchmarks/ |
D | low_level_ping_pong.cc | 576 static int run_benchmark(const char* socket_type, thread_args* client_args, in run_benchmark() function 619 error = run_benchmark(socket_type, client_args, server_args); in run_all_benchmarks() 692 error = run_benchmark(socket_type, client_args, server_args); in main()
|
/external/skia/tools/skpbench/ |
D | skpbench.cpp | 343 static void run_benchmark(GrDirectContext* context, SkSurface* surface, SkpProducer* skpp, in run_benchmark() function 627 run_benchmark(ctx, surface.get(), s.get(), &samples); in main() 629 run_benchmark(ctx, surface.get(), mskp.get(), &samples); in main()
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_to_tensor_op_test.py | 751 def run_benchmark(self, member in RaggedToDenseBenchmark 849 self.run_benchmark(**config)
|