Home
last modified time | relevance | path

Searched defs:collect_all (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/benchmarks/dynamo/pr_time_benchmarks/
H A Dbenchmark_base.py134 def collect_all(self): member in BenchmarkBase
/aosp_15_r20/external/pytorch/torch/futures/
H A D__init__.py275 def collect_all(futures: List[Future]) -> Future[List[Future]]: function
/aosp_15_r20/external/autotest/client/bin/
H A Dsite_sysinfo.py271 def run(self, log_dir, collect_init_status=True, collect_all=False): argument