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

Method __init__

backends/cortex_m/test/tester.py:64–66  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

62
63class CortexMSerialize(Serialize):
64 def __init__(self):
65 compile_spec = get_u55_compile_spec()
66 super().__init__(compile_spec, 1024)
67
68
69cortex_m_stage_classes = {

Callers

nothing calls this directly

Calls 2

get_u55_compile_specFunction · 0.90
__init__Method · 0.45

Tested by

no test coverage detected