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