MCPcopy Index your code
hub / github.com/OpenPPL/ppq / default_setting

Method default_setting

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

Source from the content-addressed store, hash-verified

403class QuantizationSettingFactory:
404 @ staticmethod
405 def default_setting() -> QuantizationSetting:
406 return QuantizationSetting()
407
408 @staticmethod
409 def academic_setting() -> QuantizationSetting:

Callers 15

bypass_nms.pyFile · 0.80
yolo_x.pyFile · 0.80
Example_PTQ.pyFile · 0.80
calibration.pyFile · 0.80
finetune.pyFile · 0.80
optimization.pyFile · 0.80
quantize.pyFile · 0.80
bestPractice.pyFile · 0.80
dispatch.pyFile · 0.80

Calls 1

QuantizationSettingClass · 0.85

Tested by

no test coverage detected