Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_quantization.py721 self._checkModuleCorrectnessAgainstOrig(orig_mod, script_mod, calib_data)
732 self._checkModuleCorrectnessAgainstOrig(orig_mod, loaded_mod, calib_data)
734 def _checkModuleCorrectnessAgainstOrig(self, orig_mod, test_mod, calib_data): member in QuantizationTestCase