Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ f
Function
f
imperative/python/megengine/core/tensor/array_method.py:123–124 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
121
122
def
_unary_elwise(mode):
123
def
f(self):
124
return
_elwise(self, mode=mode)
125
126
return
f
127
Callers
1
g
Function · 0.70
Calls
5
_normalize_axis
Function · 0.85
Reduce
Method · 0.80
_elwise
Function · 0.70
apply
Function · 0.50
format
Method · 0.45
Tested by
no test coverage detected