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

Method forward

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

Source from the content-addressed store, hash-verified

721 )
722
723 def forward(self, inp):
724 return self.calc_conv_transpose2d(inp, self.weight, self.bias)
725
726
727class LocalConv2d(Conv2d):

Callers 1

test_funcFunction · 0.95

Calls 1

calc_conv_transpose2dMethod · 0.95

Tested by 1

test_funcFunction · 0.76