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

Class EValue

exir/schema.py:168–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166
167@dataclass
168class EValue:
169 # Union types must be specified as strings so DataclassEncoder can see them.
170 val: "KernelTypes"
171
172
173@dataclass

Callers 15

_make_programMethod · 0.90
get_test_programFunction · 0.90
_emit_int_listMethod · 0.90
_emit_listMethod · 0.90
_constant_to_evalueMethod · 0.90
_emit_condMethod · 0.90
_emit_mapMethod · 0.90
_emit_scanMethod · 0.90
_get_sym_retMethod · 0.90

Calls

no outgoing calls