MCPcopy 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
821class ConvTransposeRelu2d(ConvTranspose2d):

Callers

nothing calls this directly

Calls 2

reluFunction · 0.50
calc_convMethod · 0.45

Tested by

no test coverage detected