Home
last modified time | relevance | path

Searched refs:supported_multiprocessing_contexts (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/test/
H A Dtest_dataloader.py129 supported_multiprocessing_contexts = [None] + list( variable
1367 for multiprocessing_context in supported_multiprocessing_contexts:
1855 for ctx in supported_multiprocessing_contexts:
1909 for ctx in supported_multiprocessing_contexts:
2890 [ctx for ctx in supported_multiprocessing_contexts if ctx is not None],