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

Method mnn_setting

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

Source from the content-addressed store, hash-verified

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:

Callers

nothing calls this directly

Calls 1

QuantizationSettingClass · 0.85

Tested by

no test coverage detected