Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/
H A Dtest_quantization.py39 from quantization.core.test_backend_config import TestBackendConfig # noqa: F401
/aosp_15_r20/external/pytorch/test/quantization/core/
H A Dtest_backend_config.py20 class TestBackendConfig(QuantizationTestCase): class