Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/tools/testing/target_determination/heuristics/
H A Dedited_by_pr.py11 python_test_file_to_test_name,
36 return python_test_file_to_test_name(set(changed_files))
H A Dpreviously_failed_in_pr.py18 python_test_file_to_test_name,
43 return python_test_file_to_test_name(
H A Dutils.py21 def python_test_file_to_test_name(tests: set[str]) -> set[str]: function