/aosp_15_r20/external/eigen/bench/tensors/ |
H A D | tensor_benchmarks.h | 41 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 D | tensor_contract_sycl_bench.cc | 38 … 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 D | benchmarks_test.py | 85 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 D | remote_benchmarks_test.py | 40 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 D | run_eager_op_as_function_test.py | 37 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 D | hiprec_convolve_test_util.cc | 129 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 D | corner_match_test.cc | 87 const int num_iters = 1000; in RunCheckOutput() local 143 const int num_iters = 1000000; in RunSpeedTest() local
|
H A D | av1_convolve_test.cc | 373 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 D | warp_filter_test_util.cc | 206 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 D | matmul_benchmark.py | 67 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 D | transpose_benchmark.py | 30 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 D | conv2d_benchmark.py | 41 padding, num_iters, warmup_iters): argument 94 strides, padding, num_iters, warmup_iters): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/ |
H A D | graph_building_benchmark.py | 40 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 D | graph_building_test.py | 35 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 D | kpi_benchmark_test.py | 46 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 D | throughput_benchmark.py | 38 def num_iters(self): member in ExecutionStats 125 num_iters=100, argument
|
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/bn/ |
H A D | gcd_extra.c | 76 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/ |
D | gcd_extra.c | 76 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 D | parameterized_truncated_normal_op_test.py | 412 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/ |
D | gcd_extra.c | 76 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 D | gcd_extra.c | 76 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 D | while_loop_simplifier_test.cc | 59 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 D | memory_test_util.py | 42 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 D | map_defun_benchmark.py | 30 def _run(self, op, name, num_iters, benchmark_id): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/image_ops/ |
H A D | decode_jpeg_op_test.py | 38 num_iters, argument
|