Searched refs:get_all_start_methods (Results 1 – 14 of 14) sorted by relevance
25 AVAILABLE_START_METHODS = set(multiprocessing.get_all_start_methods())
5264 methods = multiprocessing.get_all_start_methods()
260 def get_all_start_methods(self): member in DefaultContext
426 valid_start_methods = torch.multiprocessing.get_all_start_methods()
130 torch.multiprocessing.get_all_start_methods()1487 valid_ctx = list(torch.multiprocessing.get_all_start_methods())[-1]
2406 Fixed :class:`multiprocessing.context.get_all_start_methods` to properly
1033 .. function:: get_all_start_methods()
1130 :func:`~multiprocessing.get_all_start_methods` reports all start methods
4195 get_all_start_methods, get_start_method, and set_start_method, to