Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/
H A Dtest_quantization.py17 from quantization.core.test_quantized_op import TestQuantizedLinear # noqa: F401
/aosp_15_r20/external/pytorch/test/quantization/core/
H A Dtest_quantized_op.py3753 class TestQuantizedLinear(TestCase): class