Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ forward
Method
forward
imperative/python/megengine/module/conv.py:723–724 ·
view source on GitHub ↗
(self, inp)
Source
from the content-addressed store, hash-verified
721
)
722
723
def
forward(self, inp):
724
return
self.calc_conv_transpose2d(inp, self.weight, self.bias)
725
726
727
class
LocalConv2d(Conv2d):
Callers
1
test_func
Function · 0.95
Calls
1
calc_conv_transpose2d
Method · 0.95
Tested by
1
test_func
Function · 0.76