Searched refs:_get_prepped_for_calibration_model (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/pytorch/test/quantization/fx/ |
H A D | test_model_report_fx.py | 1306 def _get_prepped_for_calibration_model(self, model, detector_set, fused=False): member in TestFxDetectInputWeightEqualization 1322 … non_fused = self._get_prepped_for_calibration_model(self.TwoBlockComplexNet(), detector_set) 1323 …fused = self._get_prepped_for_calibration_model(self.TwoBlockComplexNet(), detector_set, fused=Tru… 1368 prepared_for_callibrate_model, model_report = self._get_prepped_for_calibration_model( 1477 …prepared_for_callibrate_model, model_report = self._get_prepped_for_calibration_model(model, detec… 1531 def _get_prepped_for_calibration_model(self, model, detector_set, use_outlier_data=False): member in TestFxDetectOutliers 1553 prepared_for_callibrate_model, mod_report = self._get_prepped_for_calibration_model( 1597 prepared_for_callibrate_model, mod_report = self._get_prepped_for_calibration_model( 1647 prepared_for_callibrate_model, mod_report = self._get_prepped_for_calibration_model( 1697 prepared_for_callibrate_model, mod_report = self._get_prepped_for_calibration_model(
|