Home
last modified time | relevance | path

Searched defs:test_runs (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/torch/utils/jit/
H A Dlog_extract.py63 def time_cuda(fn, inputs, test_runs): argument
68 def time_cpu(fn, inputs, test_runs): argument
75 def run_test(ir, inputs, *, warmup_runs=10, test_runs=20) -> float: argument
/aosp_15_r20/system/extras/tests/pagingtest/
H A Dmmap_test.c10 int mmap_test(int test_runs, unsigned long long alloc_size) { in mmap_test()
H A Dpageinout_test.c12 int pageinout_test(int test_runs, bool cache, unsigned long long file_size) { in pageinout_test()
H A Dthrashing_test.c14 int thrashing_test(int test_runs, bool cache) { in thrashing_test()
H A Dpagingtest.c143 int test_runs = 0; in main() local
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/test/proto/
H A Dtesting.proto277 repeated TestRun test_runs = 2; field