Home
last modified time | relevance | path

Searched defs:TestStatusType (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/tools/code_coverage/package/tool/
H A Dprint_report.py53 tests_type: TestStatusType,
82 tests_type: TestStatusType,
124 tests_type: TestStatusType,
160 tests_type: TestStatusType,
/aosp_15_r20/external/pytorch/tools/code_coverage/package/util/
H A Dsetting.py47 TestStatusType = Dict[str, Set[str]] variable