Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/
H A Dtest_quantization.py37 from quantization.core.test_workflow_module import TestDistributed # noqa: F401
/aosp_15_r20/external/pytorch/test/quantization/core/
H A Dtest_workflow_module.py894 class TestDistributed(QuantizationTestCase): class