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:817–818 ·
view source on GitHub ↗
(self, inp)
Source
from the content-addressed store, hash-verified
815
""
"
816
817
def
forward(self, inp):
818
return
relu(self.calc_conv(inp, self.weight, self.bias))
819
820
821
class
ConvTransposeRelu2d(ConvTranspose2d):
Callers
nothing calls this directly
Calls
2
relu
Function · 0.50
calc_conv
Method · 0.45
Tested by
no test coverage detected