Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytorch/executorch
/ SymExpr
Class
SymExpr
exir/serde/schema.py:80–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
# if we also have the hint that s0 and s1 are both 2.
79
@dataclass
80
class
SymExpr:
81
expr_str: str
82
hint: Optional[SymExprHint] = None
83
84
85
@dataclass(repr=False)
Callers
2
serialize_sym_int
Function · 0.85
serialize_sym_bool
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected