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

Class Instruction

exir/schema.py:222–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220
221@dataclass
222class Instruction:
223 instr_args: "InstructionArguments"
224
225
226@dataclass

Callers 13

_make_programMethod · 0.90
get_test_programFunction · 0.90
_emit_condMethod · 0.90
_emit_mapMethod · 0.90
_emit_scanMethod · 0.90
_emit_viewMethod · 0.90
_emit_delegateMethod · 0.90
_emit_operatorMethod · 0.90
_emit_freeMethod · 0.90
outputMethod · 0.90
emitMethod · 0.50

Calls

no outgoing calls

Tested by 2

_make_programMethod · 0.72