Home
last modified time | relevance | path

Searched defs:run_in_parallel (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/tools/asuite/atest/integration_tests/
H A Datest_integration_test.py36 run_in_parallel = split_build_test_script.ParallelTestRunner.run_in_parallel variable
H A Dsplit_build_test_script.py502 def run_in_parallel(cls, func: Callable[[Any], Any]) -> Callable[[Any], Any]: member in ParallelTestRunner
/aosp_15_r20/external/autotest/client/cros/audio/
H A Daudio_helper.py350 def run_in_parallel(*funs): function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorShape.cpp2161 bool run_in_parallel = true) -> Tensor { in index_select_sparse_cpu()
2196 bool run_in_parallel = true) -> void { in index_select_sparse_cpu()
2221 const auto run_in_parallel = (n_threads == 1); in index_select_sparse_cpu() local