Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/
H A Dtest_quantization.py19 from quantization.core.test_quantized_op import TestDynamicQuantizedOps # noqa: F401
/aosp_15_r20/external/pytorch/test/quantization/core/
H A Dtest_quantized_op.py3113 class TestDynamicQuantizedOps(TestCase): class