Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dbenchmarks_test_base.py36 def run_with_xprof(self, enable_python_trace, run_benchmark, func, argument
49 def run_report(self, run_benchmark, func, num_iters, execution_mode=None): argument
Dremote_benchmarks_test.py40 def run_benchmark(func, num_iters, execution_mode=None): function
Drun_eager_op_as_function_test.py37 def run_benchmark(func, num_iters, unused_execution_mode): function
Dbenchmarks_test.py85 def run_benchmark(func, num_iters, execution_mode=None): function
/external/aws-sdk-java-v2/test/s3-benchmarks/.scripts/
Dbenchmark-dir62 run_benchmark() { function
Dbenchmark-copy35 run_benchmark() { function
Dbenchmark73 run_benchmark() { function
/external/fonttools/Lib/fontTools/cu2qu/
Dbenchmark.py26 def run_benchmark(module, function, setup_suffix="", repeat=5, number=1000): function
/external/fonttools/Lib/fontTools/qu2cu/
Dbenchmark.py29 def run_benchmark(module, function, setup_suffix="", repeat=25, number=1): function
/external/tensorflow/tensorflow/python/framework/
Dgraph_building_benchmark.py40 def run_benchmark(func, num_iters): function
/external/libcxx/utils/google-benchmark/tools/gbench/
Dutil.py122 def run_benchmark(exe_name, benchmark_flags): function
/external/toolchain-utils/pgo_tools/
Dbenchmark_pgo_profiles.py193 def run_benchmark( function
/external/gemmlowp/meta/
Dtest_transform_benchmark.cc49 void run_benchmark(const std::string& name, int repetitions, int elements, in run_benchmark() function
/external/cronet/third_party/google_benchmark/src/tools/gbench/
Dutil.py160 def run_benchmark(exe_name, benchmark_flags): function
/external/google-benchmark/tools/gbench/
Dutil.py187 def run_benchmark(exe_name, benchmark_flags): function
/external/cronet/third_party/protobuf/benchmarks/python/
Dpy_benchmark.py132 def run_benchmark(self, test_method_args='', setup_method_args=''): member in Benchmark
/external/protobuf/benchmarks/python/
Dpy_benchmark.py132 def run_benchmark(self, test_method_args='', setup_method_args=''): member in Benchmark
/external/tensorflow/tensorflow/python/data/benchmarks/
Dbenchmark_base.py140 def run_benchmark(self, member in DatasetBenchmarkBase
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_to_tensor_op_test.py755 def run_benchmark(self, member in RaggedToDenseBenchmark
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgemm_algorithm_picker.cc98 const std::function<StatusOr<se::blas::ProfileResult>(const AlgoT&)>& in GetBestAlgorithm()
/external/linux-kselftest/tools/testing/selftests/resctrl/
Dresctrlfs.c306 void run_benchmark(int signum, siginfo_t *info, void *ucontext) in run_benchmark() function
/external/grpc-grpc/test/core/network_benchmarks/
Dlow_level_ping_pong.cc584 static int run_benchmark(const char* socket_type, thread_args* client_args, in run_benchmark() function
/external/skia/tools/skpbench/
Dskpbench.cpp349 static void run_benchmark(GrDirectContext* context, in run_benchmark() function
/external/google-fruit/extras/benchmark/
Drun_benchmarks.py627 def run_benchmark(benchmark: Benchmark, max_runs: int, timeout_hours: int, output_file: str, min_ru… function
/external/tensorflow/tensorflow/python/kernel_tests/array_ops/
Darray_ops_test.py2349 def run_benchmark(self, shape, max_repeats, axis=None): member in RepeatBenchmark