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

Class KernelCall

exir/schema.py:184–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182
183@dataclass
184class KernelCall:
185 op_index: int
186 args: List[int]
187
188
189@dataclass

Callers 7

_make_programMethod · 0.90
get_test_programFunction · 0.90
_emit_mapMethod · 0.90
_emit_scanMethod · 0.90
_emit_viewMethod · 0.90
_emit_operatorMethod · 0.90

Calls

no outgoing calls

Tested by 2

_make_programMethod · 0.72