Home
last modified time | relevance | path

Searched refs:run_benchmark (Results 1 – 25 of 29) sorted by relevance

12

/external/tensorflow/tensorflow/python/eager/
Dbenchmarks_test_base.py40 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,
Dremote_benchmarks_test.py45 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/
Dsnapshot_dataset_benchmark.py102 self.run_benchmark(
119 self.run_benchmark(
138 self.run_benchmark(
157 self.run_benchmark(
Drejection_resample_benchmark.py50 wall_time = self.run_benchmark(
Dmap_vectorization_benchmark.py100 wall_time = self.run_benchmark(
/external/gemmlowp/meta/
Dtest_transform_benchmark.cc49 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/
Dcontrol.speedometer225 def run_benchmark(machine):
34 parallel_simple(run_benchmark, machines)
Dcontrol.rendering.desktop25 def run_benchmark(machine):
34 parallel_simple(run_benchmark, machines)
Dcontrol.loading.desktop25 def run_benchmark(machine):
34 parallel_simple(run_benchmark, machines)
Dcontrol.blink_perf.image_decoder26 def run_benchmark(machine):
35 parallel_simple(run_benchmark, machines)
Dcontrol.backdrop_filter.rendering.desktop28 def run_benchmark(machine):
37 parallel_simple(run_benchmark, machines)
/external/autotest/server/site_tests/kernel_IdlePerf/
Dcontrol30 def run_benchmark(machine):
35 parallel_simple(run_benchmark, machines)
/external/tensorflow/tensorflow/python/framework/
Dgraph_building_benchmark.py44 def run_benchmark(func, num_iters): function
56 total_time = run_benchmark(func, num_iters)
/external/protobuf/benchmarks/python/
Dpy_benchmark.py60 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/
Dutil.py122 def run_benchmark(exe_name, benchmark_flags): function
162 return run_benchmark(filename, benchmark_flags)
/external/google-benchmark/tools/gbench/
Dutil.py122 def run_benchmark(exe_name, benchmark_flags): function
162 return run_benchmark(filename, benchmark_flags)
/external/llvm-project/libcxx/utils/google-benchmark/tools/gbench/
Dutil.py122 def run_benchmark(exe_name, benchmark_flags): function
162 return run_benchmark(filename, benchmark_flags)
/external/llvm-project/llvm/utils/benchmark/tools/gbench/
Dutil.py117 def run_benchmark(exe_name, benchmark_flags): function
157 return run_benchmark(filename, benchmark_flags)
/external/tensorflow/tensorflow/python/data/benchmarks/
Dbenchmark_base.py137 def run_benchmark(self, member in DatasetBenchmarkBase
229 wall_time = self.run_benchmark(
/external/tensorflow/tensorflow/python/keras/benchmarks/
Deager_microbenchmarks_test.py50 def run_report(self, run_benchmark, func, num_iters, execution_mode=None): argument
52 total_time = run_benchmark(func, num_iters, execution_mode)
Dmodel_components_benchmarks_test.py87 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/
Dcu2qu.py473 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/
Dlow_level_ping_pong.cc576 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/
Dskpbench.cpp343 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/
Dragged_to_tensor_op_test.py751 def run_benchmark(self, member in RaggedToDenseBenchmark
849 self.run_benchmark(**config)

12