| /external/eigen/bench/tensors/ |
| 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 …]
|
| 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
|
| /external/tensorflow/tensorflow/python/ops/ |
| 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
|
| 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
|
| D | conv2d_benchmark.py | 41 padding, num_iters, warmup_iters): argument 94 strides, padding, num_iters, warmup_iters): argument
|
| D | concat_benchmark.py | 78 num_iters): argument
|
| /external/tensorflow/tensorflow/python/framework/experimental/ |
| D | graph_building_test.py | 35 def _computeAddOpDuration(self, num_ops, num_iters): argument 47 def _computeReadVariableOpDuration(self, num_ops, num_iters): argument
|
| /external/tensorflow/tensorflow/python/framework/ |
| D | graph_building_benchmark.py | 40 def run_benchmark(func, num_iters): argument 51 def _run_and_report(self, func, num_iters): argument
|
| /external/tensorflow/tensorflow/python/eager/ |
| 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 …]
|
| 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
|
| D | benchmarks_test_base.py | 49 def run_report(self, run_benchmark, func, num_iters, execution_mode=None): argument
|
| 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
|
| /external/tensorflow/tensorflow/python/eager/benchmarks/ |
| D | kpi_benchmark_test.py | 46 def _run_benchmark(func, num_iters, execution_mode=None): argument 69 def _run(self, func, num_iters): argument
|
| /external/libaom/test/ |
| D | hiprec_convolve_test_util.cc | 96 const int num_iters = GET_PARAM(2); in RunCheckOutput() local 142 const int num_iters = GET_PARAM(2) / 500; in RunSpeedTest() local 231 const int num_iters = GET_PARAM(2); in RunCheckOutput() local 282 const int num_iters = GET_PARAM(2) / 500; in RunSpeedTest() local
|
| /external/tensorflow/tensorflow/python/eager/memory_tests/ |
| D | memory_test_util.py | 42 def assert_no_leak(f, num_iters=100000, increase_threshold_absolute_mb=10): argument
|
| /external/tensorflow/tensorflow/python/data/experimental/benchmarks/ |
| D | map_defun_benchmark.py | 30 def _run(self, op, name, num_iters, benchmark_id): argument
|
| /external/tensorflow/tensorflow/python/eager/benchmarks/resnet50/ |
| D | resnet50_test_util.py | 46 def report(benchmark, label, start, num_iters, device, batch_size, data_format, argument
|
| D | resnet50_graph_test.py | 67 def _report(self, label, start, num_iters, batch_size): argument
|
| /external/tensorflow/tensorflow/python/kernel_tests/image_ops/ |
| D | decode_jpeg_op_test.py | 38 num_iters, argument
|
| /external/tensorflow/tensorflow/python/kernel_tests/math_ops/ |
| D | reduce_benchmark_test.py | 36 def _run(self, func, num_iters): argument
|
| /external/ltp/testcases/kernel/syscalls/ptrace/ |
| D | ptrace07.c | 62 const unsigned long num_iters = 1000000000; in check_regs_loop() local
|
| /external/mesa3d/src/gallium/drivers/llvmpipe/ |
| D | lp_cs_tpool.c | 113 lp_cs_tpool_task_func work, void *data, int num_iters) in lp_cs_tpool_queue_task()
|
| /external/harfbuzz_ng/test/api/ |
| D | test-multithread.c | 38 static int num_iters = 200; variable
|
| /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
|
| /external/boringssl/src/crypto/fipsmodule/bn/ |
| 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
|