MCPcopy 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
39class AddNode(OpBase):
40 def __init__(self):
41 super().__init__(
42 pattern=(torch.add,),
43 annotate_handle=_annotate_add,
44 )

Callers 7

ops.pyFile · 0.90
_add_handlerFunction · 0.85
_emit_conv_biasFunction · 0.85
__call__Method · 0.85
__call__Method · 0.85
_emit_scanMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected