Home
last modified time | relevance | path

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

/external/pytorch/test/
Dtest_quantization.py114 from quantization.fx.test_model_report_fx import TestFxModelReportDetector # noqa: F401
/external/pytorch/test/quantization/fx/
Dtest_model_report_fx.py118 class TestFxModelReportDetector(QuantizationTestCase): class