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:117–118 ·
view source on GitHub ↗
(self, inputs)
Source
from the content-addressed store, hash-verified
115
""
"
116
117
def
forward(self, inputs):
118
return
gelu(inputs)
119
120
121
class
ReLU(Module):
Callers
nothing calls this directly
Calls
1
gelu
Function · 0.50
Tested by
no test coverage detected