Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_utils.py2851 def _get_rel_test_path(abs_test_path): argument
2855 parts = Path(abs_test_path).parts
2859 return os.path.relpath(abs_test_path, start=base_dir)
2863 return os.path.split(abs_test_path)[1]
2867 abs_test_path = os.path.abspath(inspect.getfile(type(self)))
2868 test_filename = _get_rel_test_path(abs_test_path)