Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_backend_nnapi.py18 from test_nnapi import TestNNAPI
22 from torch.testing._internal.common_utils import TestCase as TestNNAPI unknown
54 class TestNnapiBackend(TestNNAPI):
/aosp_15_r20/external/pytorch/test/
H A Dtest_nnapi.py30 class TestNNAPI(TestCase): class