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:257–258 ·
view source on GitHub ↗
(self, inp)
Source
from the content-addressed store, hash-verified
255
)
256
257
def
forward(self, inp):
258
return
self.calc_conv(inp, self.weight, self.bias)
259
260
261
class
Conv2d(_ConvNd):
Callers
nothing calls this directly
Calls
1
calc_conv
Method · 0.95
Tested by
no test coverage detected