MCPcopy
hub / github.com/OpenPPL/ppq / ascend_setting

Method ascend_setting

ppq/api/setting.py:439–442  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

QuantizationSettingClass · 0.85

Tested by

no test coverage detected