Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytorch/executorch
/ LinearNode
Class
LinearNode
backends/example/example_operators/linear.py:57–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
56
@dataclass
57
class
LinearNode(OpBase):
58
def
__init__(self):
59
super().__init__(
60
pattern=(torch.nn.Linear,),
61
annotate_handle=_annotate_linear,
62
)
Callers
1
ops.py
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected