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:826–827 ·
view source on GitHub ↗
(self, inp)
Source
from the content-addressed store, hash-verified
824
""
"
825
826
def
forward(self, inp):
827
return
relu(self.calc_conv_transpose2d(inp, self.weight, self.bias))
828
829
830
class
DeformableConv2d(_ConvNd):
Callers
nothing calls this directly
Calls
2
calc_conv_transpose2d
Method · 0.80
relu
Function · 0.50
Tested by
no test coverage detected