Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_inductor/compile_worker/
H A Dsubproc_pool.py213 AnyPool = typing.Union[ProcessPoolExecutor, SubprocPool] variable
216 def _warm_process_pool(pool: AnyPool, n: int):