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

Method copy

ppq/IR/quantize.py:177–181  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

175 return ret
176
177 def copy(self):
178 return QuantableOperation(
179 convert_from=super().copy(),
180 quantize_config=self.config.copy(),
181 platform=self.platform)
182
183
184class QuantableVariable(Variable):

Callers

nothing calls this directly

Calls 2

QuantableOperationClass · 0.85
copyMethod · 0.45

Tested by

no test coverage detected