Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
168
class
EValue:
169
# Union types must be specified as strings so DataclassEncoder can see them.
170
val:
"KernelTypes"
171
172
173
@dataclass
Callers
15
_make_program
Method · 0.90
_create_emitter_output_with_external_tensor
Method · 0.90
get_test_program
Function · 0.90
_emit_int_list
Method · 0.90
_emit_list
Method · 0.90
_tensor_spec_to_evalue
Method · 0.90
_constant_to_evalue
Method · 0.90
_emit_cond
Method · 0.90
_emit_map
Method · 0.90
_emit_scan
Method · 0.90
_get_sym_ret
Method · 0.90
_get_empty_tensor_evalue
Method · 0.90
Calls
no outgoing calls
Tested by
6
_make_program
Method · 0.72
_create_emitter_output_with_external_tensor
Method · 0.72
_make_program_with_constant_tensor
Function · 0.72
test_different_evalue_int
Method · 0.72
test_different_evalue_type
Method · 0.72
test_format_evalue_diff
Method · 0.72