Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/eigen/bench/tensors/
H A Dtensor_benchmarks.h41 void memcpy(int num_iters) { in memcpy()
56 void typeCasting(int num_iters) { in typeCasting()
81 void random(int num_iters) { in random()
100 void slicing(int num_iters) { in slicing()
142 void rowChip(int num_iters) { in rowChip()
163 void colChip(int num_iters) { in colChip()
184 void shuffling(int num_iters) { in shuffling()
211 void padding(int num_iters) { in padding()
243 void striding(int num_iters) { in striding()
278 void broadcasting(int num_iters) { in broadcasting()
[all …]
H A Dtensor_contract_sycl_bench.cc38 … start, End end, TensorIndex m_, TensorIndex k_, TensorIndex n_ , TensorIndex num_iters, std::stri… in finalizeBenchmark()
49 void contraction(const Device& device_, TensorIndex num_iters, TensorIndex m_, TensorIndex k_, Tens… in contraction()
103 void contractionRowMajor(const Device& device_, TensorIndex num_iters, TensorIndex m_, TensorIndex … in contractionRowMajor()
155 void contractionAT(const Device& device_, TensorIndex num_iters, TensorIndex m_, TensorIndex k_, Te… in contractionAT()
206 void contractionBT(const Device& device_, TensorIndex num_iters, TensorIndex m_, TensorIndex k_, Te… in contractionBT()
258 void contractionABT(const Device& device_, TensorIndex num_iters, TensorIndex m_, TensorIndex k_, T… in contractionABT()
312 int64_t num_iters =20; in main() local
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dbenchmarks_test.py85 def run_benchmark(func, num_iters, execution_mode=None): argument
142 def _run(self, func, num_iters, execution_mode=None): argument
300 def _benchmark_np_multiply(self, m, num_iters): argument
305 def _benchmark_tf_multiply(self, m, num_iters): argument
309 def _benchmark_tf_conv2d(self, m1, m2, num_iters): argument
313 def _benchmark_tf_multiply_op(self, m, num_iters): argument
402 def _benchmark_np_matmul(self, m, transpose_b, num_iters): argument
411 num_iters, argument
416 def _benchmark_gen_math_ops_matmul(self, m, transpose_b, num_iters): argument
424 num_iters): argument
[all …]
H A Dremote_benchmarks_test.py40 def run_benchmark(func, num_iters, execution_mode=None): argument
82 def _run(self, func, num_iters=1000, execution_mode=context.ASYNC): argument
H A Drun_eager_op_as_function_test.py37 def run_benchmark(func, num_iters, unused_execution_mode): argument
95 def _run(self, func, num_iters): argument
/aosp_15_r20/external/libaom/test/
H A Dhiprec_convolve_test_util.cc129 const int num_iters = GET_PARAM(2); in RunCheckOutput() local
175 const int num_iters = GET_PARAM(2) / 500; in RunSpeedTest() local
262 const int num_iters = GET_PARAM(2); in RunCheckOutput() local
313 const int num_iters = GET_PARAM(2) / 500; in RunSpeedTest() local
H A Dcorner_match_test.cc87 const int num_iters = 1000; in RunCheckOutput() local
143 const int num_iters = 1000000; in RunSpeedTest() local
H A Dav1_convolve_test.cc373 void TestConvolveSpeed(const InterpFilter filter, const int num_iters) { in TestConvolveSpeed()
579 void TestConvolveSpeed(const InterpFilter filter, const int num_iters) { in TestConvolveSpeed()
781 void TestConvolveSpeed(const InterpFilter filter, const int num_iters) { in TestConvolveSpeed()
968 void TestConvolveSpeed(const InterpFilter filter, const int num_iters) { in TestConvolveSpeed()
1268 int num_iters) { in TestConvolveSpeed()
1500 int num_iters) { in TestConvolveSpeed()
2124 void TestConvolveSpeed(const CompoundParam &compound, const int num_iters) { in TestConvolveSpeed()
H A Dwarp_filter_test_util.cc206 const int num_iters = std::get<2>(params); in RunCheckOutput() local
404 const int num_iters = std::get<2>(param); in RunCheckOutput() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dmatmul_benchmark.py67 def run_graph(self, device, n, m, k, transpose_a, transpose_b, num_iters, argument
114 def run_test_gpu(self, n, m, k, transpose_a, transpose_b, dtype, num_iters): argument
118 def test_round(self, num_iters): argument
H A Dtranspose_benchmark.py30 def build_graph(device, input_shape, perm, datatype, num_iters): argument
61 def _run_graph(self, device, input_shape, perm, num_iters, datatype): argument
H A Dconv2d_benchmark.py41 padding, num_iters, warmup_iters): argument
94 strides, padding, num_iters, warmup_iters): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dgraph_building_benchmark.py40 def run_benchmark(func, num_iters): argument
51 def _run_and_report(self, func, num_iters): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/experimental/
H A Dgraph_building_test.py35 def _computeAddOpDuration(self, num_ops, num_iters): argument
47 def _computeReadVariableOpDuration(self, num_ops, num_iters): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/benchmarks/
H A Dkpi_benchmark_test.py46 def _run_benchmark(func, num_iters, execution_mode=None): argument
69 def _run(self, func, num_iters): argument
/aosp_15_r20/external/pytorch/torch/utils/
H A Dthroughput_benchmark.py38 def num_iters(self): member in ExecutionStats
125 num_iters=100, argument
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/bn/
H A Dgcd_extra.c76 unsigned num_iters = x_bits + y_bits; in bn_gcd_consttime() local
246 size_t num_iters = a_bits + n_bits; in bn_mod_inverse_consttime() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dgcd_extra.c76 unsigned num_iters = x_bits + y_bits; in bn_gcd_consttime() local
244 unsigned num_iters = a_bits + n_bits; in bn_mod_inverse_consttime() local
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/random/
H A Dparameterized_truncated_normal_op_test.py412 def parameterized_vs_naive(shape, num_iters, use_gpu=False): argument
437 def randn_sampler_switchover(shape, num_iters, use_gpu=False): argument
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dgcd_extra.c76 unsigned num_iters = x_bits + y_bits; in bn_gcd_consttime() local
244 unsigned num_iters = a_bits + n_bits; in bn_mod_inverse_consttime() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/bn/
H A Dgcd_extra.c76 unsigned num_iters = x_bits + y_bits; in bn_gcd_consttime() local
246 size_t num_iters = a_bits + n_bits; in bn_mod_inverse_consttime() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dwhile_loop_simplifier_test.cc59 WhileLoopSimplifierTest::MakeModuleWithSimpleLoop(int num_iters) { in MakeModuleWithSimpleLoop()
93 int num_iters) { in MakeModuleWithSimpleLoopTupleElementLoopBound()
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/memory_tests/
H A Dmemory_test_util.py42 def assert_no_leak(f, num_iters=100000, increase_threshold_absolute_mb=10): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/data/experimental/benchmarks/
H A Dmap_defun_benchmark.py30 def _run(self, op, name, num_iters, benchmark_id): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/image_ops/
H A Ddecode_jpeg_op_test.py38 num_iters, argument

123