()
| 419 | |
| 420 | @staticmethod |
| 421 | def mnn_setting() -> QuantizationSetting: |
| 422 | default_setting = QuantizationSetting() |
| 423 | default_setting.fusion = True |
| 424 | return default_setting |
| 425 | |
| 426 | @ staticmethod |
| 427 | def pplcuda_setting() -> QuantizationSetting: |
nothing calls this directly
no test coverage detected