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

Method forward

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

Source from the content-addressed store, hash-verified

798 )
799
800 def forward(self, inp):
801 return local_conv2d(
802 inp,
803 self.weight,
804 None,
805 self.stride,
806 self.padding,
807 self.dilation,
808 self.conv_mode,
809 )
810
811
812class ConvRelu2d(Conv2d):

Callers

nothing calls this directly

Calls 1

local_conv2dFunction · 0.85

Tested by

no test coverage detected