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:137–138 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
135
""
"
136
137
def
forward(self, x):
138
return
relu(x)
139
140
141
class
PReLU(Module):
Callers
nothing calls this directly
Calls
1
relu
Function · 0.50
Tested by
no test coverage detected