Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/
H A Dtest_quantization.py57 from quantization.eager.test_quantize_eager_qat import TestQuantizeEagerQATNumerics # noqa: F401
/aosp_15_r20/external/pytorch/test/quantization/eager/
H A Dtest_quantize_eager_qat.py642 class TestQuantizeEagerQATNumerics(QuantizationTestCase): class