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

Method pplcuda_setting

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

Source from the content-addressed store, hash-verified

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:

Callers 8

quantize_dsp.pyFile · 0.80
execute.pyFile · 0.80
dequantize.pyFile · 0.80
base.pyFile · 0.80

Calls 1

QuantizationSettingClass · 0.85

Tested by

no test coverage detected