Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
403
class
QuantizationSettingFactory:
404
@ staticmethod
405
def
default_setting() -> QuantizationSetting:
406
return
QuantizationSetting()
407
408
@staticmethod
409
def
academic_setting() -> QuantizationSetting:
Callers
15
ProgramEntrance_1.py
File · 0.80
bypass_nms.py
File · 0.80
evaluation_with_imagenet.py
File · 0.80
yolo_x.py
File · 0.80
Example_Benchmark.py
File · 0.80
Example_PTQ.py
File · 0.80
calibration.py
File · 0.80
finetune.py
File · 0.80
optimization.py
File · 0.80
quantize.py
File · 0.80
bestPractice.py
File · 0.80
dispatch.py
File · 0.80
Calls
1
QuantizationSetting
Class · 0.85
Tested by
no test coverage detected