Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
class
SiLU(Module):
Callers
nothing calls this directly
Calls
1
sigmoid
Function · 0.50
Tested by
no test coverage detected