Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/
H A Dtest_quantization.py104 from quantization.fx.test_numeric_suite_fx import TestFXGraphMatcher # noqa: F401
/aosp_15_r20/external/pytorch/test/quantization/fx/
H A Dtest_numeric_suite_fx.py312 class TestFXGraphMatcher(QuantizationTestCase): class