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

Class Chain

exir/schema.py:258–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256
257@dataclass
258class Chain:
259 inputs: List[int]
260 outputs: List[int]
261 instructions: List[Instruction]
262 stacktrace: Optional[List[FrameList]]
263
264
265@dataclass

Callers 5

_make_programMethod · 0.90
get_test_programFunction · 0.90
__init__Method · 0.90
_emit_prim_gettersMethod · 0.90

Calls

no outgoing calls

Tested by 2

_make_programMethod · 0.72