Home
last modified time | relevance | path

Searched defs:run_benchmark (Results 1 – 19 of 19) 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/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/google-benchmark/tools/gbench/
Dutil.py122 def run_benchmark(exe_name, benchmark_flags): function
/external/gemmlowp/meta/
Dtest_transform_benchmark.cc49 void run_benchmark(const std::string& name, int repetitions, int elements, in run_benchmark() function
/external/protobuf/benchmarks/python/
Dpy_benchmark.py132 def run_benchmark(self, test_method_args='', setup_method_args=''): member in Benchmark
/external/cronet/third_party/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/fonttools/Lib/fontTools/cu2qu/
Dcu2qu.py473 def run_benchmark( function
/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.cc576 static int run_benchmark(const char* socket_type, thread_args* client_args, in run_benchmark() function
/external/skia/tools/skpbench/
Dskpbench.cpp344 static void run_benchmark(GrDirectContext* context, SkSurface* surface, SkpProducer* skpp, 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