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:578–579 ·
view source on GitHub ↗
(self, inp)
Source
from the content-addressed store, hash-verified
576
)
577
578
def
forward(self, inp):
579
return
self.calc_conv(inp, self.weight, self.bias)
580
581
582
class
ConvTranspose2d(_ConvNd):
Callers
nothing calls this directly
Calls
1
calc_conv
Method · 0.95
Tested by
no test coverage detected