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

Method forward

imperative/python/megengine/module/activation.py:74–75  ·  view source on GitHub ↗
(self, inputs)

Source from the content-addressed store, hash-verified

72 """
73
74 def forward(self, inputs):
75 return sigmoid(inputs)
76
77
78class SiLU(Module):

Callers

nothing calls this directly

Calls 1

sigmoidFunction · 0.50

Tested by

no test coverage detected