Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_utils.py4676 running_script_path = None variable
4678 global running_script_path
4682 running_script_path = running_file
4687 if running_script_path is None:
4690 …assert test_case_class_file == running_script_path, f'Class of loaded TestCase "{test_case.id()}" …