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

Method forward

imperative/python/megengine/module/conv.py:935–936  ·  view source on GitHub ↗
(self, inp, offset, mask)

Source from the content-addressed store, hash-verified

933 )
934
935 def forward(self, inp, offset, mask):
936 return self.calc_conv(inp, self.weight, offset, mask, self.bias)
937
938
939class ConvTranspose3d(_ConvNd):

Callers

nothing calls this directly

Calls 1

calc_convMethod · 0.95

Tested by

no test coverage detected