Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytorch/executorch
/ AddNode
Class
AddNode
backends/example/example_operators/add.py:39–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
38
@dataclass
39
class
AddNode(OpBase):
40
def
__init__(self):
41
super().__init__(
42
pattern=(torch.add,),
43
annotate_handle=_annotate_add,
44
)
Callers
7
ops.py
File · 0.90
_add_handler
Function · 0.85
_emit_conv_bias
Function · 0.85
_native_batch_norm_legit_no_training_handler
Function · 0.85
__call__
Method · 0.85
__call__
Method · 0.85
_emit_scan
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected