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:95–96 ·
view source on GitHub ↗
(self, inputs)
Source
from the content-addressed store, hash-verified
93
""
"
94
95
def
forward(self, inputs):
96
return
silu(inputs)
97
98
99
class
GELU(Module):
Callers
nothing calls this directly
Calls
1
silu
Function · 0.50
Tested by
no test coverage detected