Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ _elwise
Function
_elwise
imperative/python/megengine/core/tensor/array_method.py:50–51 ·
view source on GitHub ↗
(*args, mode)
Source
from the content-addressed store, hash-verified
48
49
50
def
_elwise(*args, mode):
51
return
_elwise_apply(args, mode)
52
53
54
class
_Hashable:
Callers
15
f
Function · 0.70
forward
Method · 0.50
hswish
Function · 0.50
sigmoid
Function · 0.50
hsigmoid
Function · 0.50
relu
Function · 0.50
relu6
Function · 0.50
prelu
Function · 0.50
leaky_relu
Function · 0.50
silu
Function · 0.50
gelu
Function · 0.50
softplus
Function · 0.50
Calls
1
_elwise_apply
Function · 0.85
Tested by
no test coverage detected