MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / forward

Method forward

imperative/python/megengine/module/conv.py:444–445  ·  view source on GitHub ↗
(self, inp)

Source from the content-addressed store, hash-verified

442 )
443
444 def forward(self, inp):
445 return self.calc_conv(inp, self.weight, self.bias)
446
447
448class Conv3d(_ConvNd):

Callers

nothing calls this directly

Calls 1

calc_convMethod · 0.95

Tested by

no test coverage detected