()
| 425 | |
| 426 | @ staticmethod |
| 427 | def pplcuda_setting() -> QuantizationSetting: |
| 428 | default_setting = QuantizationSetting() |
| 429 | default_setting.equalization = False |
| 430 | return default_setting |
| 431 | |
| 432 | @ staticmethod |
| 433 | def metax_pertensor_setting() -> QuantizationSetting: |
no test coverage detected