Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/
H A Dtest_quantization.py92 from quantization.pt2e.test_xnnpack_quantizer import TestXNNPACKQuantizerModels # noqa: F401
/aosp_15_r20/external/pytorch/test/quantization/pt2e/
H A Dtest_xnnpack_quantizer.py1003 class TestXNNPACKQuantizerModels(PT2EQuantizationTestCase): class