MCPcopy 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
141class PReLU(Module):

Callers

nothing calls this directly

Calls 1

reluFunction · 0.50

Tested by

no test coverage detected