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

Method nxp_setting

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

Source from the content-addressed store, hash-verified

454
455 @ staticmethod
456 def nxp_setting() -> QuantizationSetting:
457 default_setting = QuantizationSetting()
458 default_setting.equalization = False
459 return default_setting
460
461 @ staticmethod
462 def fpga_setting() -> QuantizationSetting:

Callers 1

base.pyFile · 0.80

Calls 1

QuantizationSettingClass · 0.85

Tested by

no test coverage detected