Home
last modified time | relevance | path

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

1234567

/aosp_15_r20/external/autotest/server/site_tests/platform_MTBF/
H A Dspera_config.json227 {"test": "meet-basic-2", "repeats": 1}, number
228 {"test": "meet-basic-small", "repeats": 1}, number
229 {"test": "meet-basic-large", "repeats": 1}, number
230 {"test": "meet-basic-class", "repeats": 1}, number
231 {"test": "meet-plus-large", "repeats": 1}, number
232 {"test": "meet-plus-class", "repeats": 1}, number
233 {"test": "meet-premium-large", "repeats": 1}, number
234 {"test": "tabswitch-basic-noproxy", "repeats": 1}, number
235 {"test": "tabswitch-plus-noproxy", "repeats": 1}, number
236 {"test": "tabswitch-premium-noproxy", "repeats": 1}, number
[all …]
/aosp_15_r20/external/executorch/kernels/test/
H A Dop_repeat_test.cpp26 Tensor& op_repeat_out(const Tensor& self, IntArrayRef repeats, Tensor& out) { in op_repeat_out()
41 exec_aten::ArrayRef<int64_t> repeats = {repeats_vec.data(), repeats_vec.size()}; in run_dtype_tests() local
105 exec_aten::ArrayRef<int64_t> repeats = { in TEST_F() local
123 exec_aten::ArrayRef<int64_t> repeats = { in TEST_F() local
150 exec_aten::ArrayRef<int64_t> repeats = { in TEST_F() local
168 exec_aten::ArrayRef<int64_t> repeats = { in TEST_F() local
187 exec_aten::ArrayRef<int64_t> repeats = { in TEST_F() local
203 exec_aten::ArrayRef<int64_t> repeats = { in TEST_F() local
221 exec_aten::ArrayRef<int64_t> repeats = { in TEST_F() local
238 exec_aten::ArrayRef<int64_t> repeats = { in TEST_F() local
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/settings/brightness/
H A DBrightnessControllerTest.kt97 val repeats = 100 in registerCallbacksMultipleTimes_onlyOneRegistration() constant
109 val repeats = 100 in unregisterCallbacksMultipleTimes_onlyOneUnregistration() constant
/aosp_15_r20/external/cronet/base/
H A Dmoving_window_unittest.cc108 for (int repeats = 0; repeats < 2; ++repeats) { in TEST_P() local
131 for (int repeats = 0; repeats < 2; ++repeats) { in TEST_P() local
155 for (int repeats = 0; repeats < 2; ++repeats) { in TEST_P() local
176 for (int repeats = 0; repeats < 2; ++repeats) { in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A Dragged_util_test.py88 def testRepeat(self, data, repeats, expected, axis=None): argument
135 def testValuesMatchesNumpy(self, mode, data, repeats, axis): argument
199 repeats, argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/parameter/test/
Defficiency.cpp97 void hammer(Arg const& x, long const repeats) in hammer()
140 double measure(T const& x, long const repeats) in measure()
159 long repeats = 100; in main() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/workbench/
Dmeasure.hpp31 void hammer(long const repeats) in hammer()
78 double measure(long const repeats) in measure()
95 void report(char const* name, long const repeats) in report()
/aosp_15_r20/external/pytorch/benchmarks/dynamo/microbenchmarks/
H A Doperatorbench.py22 operator, models, example_inputs, repeats, accuracy_checking=False, device="cuda" argument
81 operator, args, kwargs, dtype, accuracy_checking, repeats, measure_nvfuser, device argument
180 repeats, argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/example/performance/
Dfunctional.cpp106 long long counter, repeats; in call_unfused() local
149 long long counter, repeats; in call_fused_ra() local
202 long long counter, repeats; in call_fused() local
Dmeasure.hpp23 void hammer(Arg const& x, long const repeats) in hammer()
70 double measure(T const& x, long const repeats) in measure()
Dzip_efficiency.cpp72 void measure(T const& seq, char const* info, long const repeats) in measure()
122 long repeats = 100; in main() local
Daccumulate.cpp45 long long counter, repeats; in time_for_std_accumulate() local
120 long long counter, repeats; in time_for_fusion_accumulate() local
Dinner_product.cpp80 long long counter, repeats; in time_for_std_inner_product() local
123 long long counter, repeats; in time_for_fusion_inner_product() local
Dinner_product2.cpp80 long long counter, repeats; in time_for_std_inner_product() local
141 long long counter, repeats; in time_for_fusion_inner_product2() local
Dsequence_efficiency.cpp121 void measure(T const& seq, char const* info, long const repeats, double base) in measure()
184 long repeats = 100; in main() local
/aosp_15_r20/external/executorch/kernels/portable/cpu/
H A Dop_repeat.cpp22 const exec_aten::ArrayRef<int64_t>& repeats, in calculate_output_size()
54 exec_aten::ArrayRef<int64_t> repeats, in repeat_out()
H A Dop_expand_copy.cpp33 int64_t* repeats, in map_expand_to_repeats()
93 int64_t repeats[kTensorDimensionLimit]; in expand_copy_out() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DRepeat.cpp56 const Tensor& repeats, in repeat_interleave_symint()
103 c10::SymInt repeats, in repeat_interleave_symint()
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Daccumulate_n_benchmark.py92 def _SetupAndRunBenchmark(self, graph, inputs, repeats, format_args): argument
115 def _RunBenchmark(self, tag, input_fn, sizes, ninputs, repeats): argument
/aosp_15_r20/external/executorch/backends/vulkan/runtime/graph/ops/impl/
H A DRepeat.cpp24 const std::vector<int64_t>& repeats, in check_args()
124 std::vector<int64_t> repeats = *(graph.get_int_list(repeats_ref)); in add_repeat_node() local
/aosp_15_r20/external/executorch/kernels/portable/cpu/util/
H A Drepeat_util.cpp25 exec_aten::ArrayRef<int64_t> repeats, in check_repeat_args()
170 exec_aten::ArrayRef<int64_t> repeats, in repeat_tensor()
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_unbacked_symints.py204 def fn(x, y, repeats): argument
235 def fn(x, w, repeats, is_bmm): argument
/aosp_15_r20/external/igt-gpu-tools/tests/i915/
H A Dgem_exec_latency.c123 unsigned repeats = ring_size; in latency_on_ring() local
267 const unsigned int repeats = ring_size / 2; in latency_from_ring() local
/aosp_15_r20/hardware/libhardware/modules/audio_remote_submix/tests/
H A Dremote_submix_tests.cpp157 size_t repeats) { in VerifyOutputInput()
179 audio_stream_out_t* streamOut, size_t bufferSize, size_t repeats) { in WriteSomethingIntoStream()
/aosp_15_r20/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/
DTrackRecordTest.kt56 val repeats = 22 // arbitrary in <lambda>() constant

1234567