Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/OpenPPL/ppq
/ ppq_warning
Function
ppq_warning
ppq/core/defs.py:100–101 ·
view source on GitHub ↗
(info: str)
Source
from the content-addressed store, hash-verified
98
99
100
def
ppq_warning(info: str):
101
print(f
'\033[31m[Warning] {info}\033[0m'
)
102
103
104
def
ppq_info(info: str):
Callers
15
optimize
Method · 0.90
optimize
Method · 0.90
optimize
Method · 0.90
optimize
Method · 0.90
optimize
Method · 0.90
graphwise_error_analyse
Function · 0.90
print
Method · 0.90
__init__
Method · 0.90
render_quantization_config
Method · 0.90
minmax_to_scale_offset
Function · 0.90
hist_to_scale_offset
Method · 0.90
export_var
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected