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

Method metax_pertensor_setting

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

Source from the content-addressed store, hash-verified

431
432 @ staticmethod
433 def metax_pertensor_setting() -> QuantizationSetting:
434 default_setting = QuantizationSetting()
435 default_setting.equalization = True
436 return default_setting
437
438 @staticmethod
439 def ascend_setting() -> QuantizationSetting:

Callers

nothing calls this directly

Calls 1

QuantizationSettingClass · 0.85

Tested by

no test coverage detected