Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/OpenPPL/ppq
/ init_quantize_config
Method
init_quantize_config
ppq/quantization/quantizer/base.py:207–208 ·
view source on GitHub ↗
(self, operation: Operation)
Source
from the content-addressed store, hash-verified
205
206
@ abstractmethod
207
def
init_quantize_config(self, operation: Operation) -> OperationQuantizationConfig:
208
raise
NotImplementedError(
'Implement this first.'
)
209
210
@ abstractproperty
211
@ property
Callers
1
quantize_operation
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected