()
| 437 | |
| 438 | @staticmethod |
| 439 | def ascend_setting() -> QuantizationSetting: |
| 440 | default_setting = QuantizationSetting() |
| 441 | default_setting.fusion = False |
| 442 | return default_setting |
| 443 | |
| 444 | |
| 445 | @ staticmethod |
nothing calls this directly
no test coverage detected