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

Method forward

imperative/python/megengine/module/linear_bn.py:49–50  ·  view source on GitHub ↗
(self, inp)

Source from the content-addressed store, hash-verified

47 """
48
49 def forward(self, inp):
50 return relu(self.bn(self.linear(inp)))

Callers

nothing calls this directly

Calls 1

reluFunction · 0.50

Tested by

no test coverage detected