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

Method forward

imperative/python/megengine/module/conv_bn.py:62–63  ·  view source on GitHub ↗
(self, inp)

Source from the content-addressed store, hash-verified

60 """
61
62 def forward(self, inp):
63 return relu(self.bn(self.conv(inp)))

Callers

nothing calls this directly

Calls 1

reluFunction · 0.50

Tested by

no test coverage detected