MCPcopy Create free account
hub / github.com/pytorch/executorch / __init__

Method __init__

backends/cortex_m/test/tester.py:31–33  ·  view source on GitHub ↗
(self, calibration_samples=None)

Source from the content-addressed store, hash-verified

29
30class CortexMQuantize(Quantize):
31 def __init__(self, calibration_samples=None):
32 quantizer = CortexMQuantizer()
33 super().__init__(quantizer, calibration_samples=calibration_samples)
34
35
36class CortexMToEdge(ToEdge):

Callers

nothing calls this directly

Calls 2

CortexMQuantizerClass · 0.90
__init__Method · 0.45

Tested by

no test coverage detected