Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytorch/executorch
/ ConvReluNode
Class
ConvReluNode
backends/example/example_operators/conv_relu.py:44–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
43
@dataclass
44
class
ConvReluNode(OpBase):
45
def
__init__(self):
46
super().__init__(
47
pattern=(torch.nn.Conv2d, torch.nn.ReLU),
48
annotate_handle=_annotate_conv_relu,
49
)
Callers
1
ops.py
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected