Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
258
class
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_program
Method · 0.90
get_test_program
Function · 0.90
__init__
Method · 0.90
_emit_prim_getters
Method · 0.90
_make_program_with_constant_tensor
Function · 0.90
Calls
no outgoing calls
Tested by
2
_make_program
Method · 0.72
_make_program_with_constant_tensor
Function · 0.72