MCPcopy 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
830class DeformableConv2d(_ConvNd):

Callers

nothing calls this directly

Calls 2

calc_conv_transpose2dMethod · 0.80
reluFunction · 0.50

Tested by

no test coverage detected