Searched defs:orig_mod (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/pytorch/torch/testing/_internal/ |
H A D | common_quantization.py | 711 def checkScriptable(self, orig_mod, calib_data, check_save_load=False): argument 720 def _checkScriptable(self, orig_mod, script_mod, calib_data, check_save_load): argument 734 def _checkModuleCorrectnessAgainstOrig(self, orig_mod, test_mod, calib_data): argument
|