Home
last modified time | relevance | path

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

/external/pytorch/torch/testing/_internal/
Dcommon_utils.py876 help_thread = threading.Thread(target=run_unittest_help, args=(sys.argv,)) variable
877 help_thread.start()
878 help_thread.join()