Home
last modified time | relevance | path

Searched defs:JitTestCase (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_cuda.py28 JitTestCase = NoTest # noqa: F811 variable
H A Dtest_pdt.py22 JitTestCase = NoTest # type: ignore[misc, assignment] # noqa: F811 variable
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Djit_utils.py101 class JitTestCase(JitCommonTestCase): class