Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ f
Function
f
imperative/python/test/unit/core/test_autodiff.py:25–27 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
23
op = Elemwise(mode)
24
25
def
f(*args):
26
(result,) = apply(op, *args)
27
return
result
28
29
return
f
30
Callers
15
batch_norm_nd
Function · 0.70
mul
Function · 0.70
check
Function · 0.70
test_elemwise_add
Function · 0.70
test_elemwise_relu
Function · 0.70
test_reshape
Function · 0.70
test_subtensor
Function · 0.70
test_IndexingMultiAxisVec
Function · 0.70
test_AxisAddRemove
Function · 0.70
test_addAxis
Function · 0.70
test_removeAxis
Function · 0.70
test_dot
Function · 0.70
Calls
4
TensorWeakRef
Class · 0.85
apply
Function · 0.50
relu
Function · 0.50
reshape
Method · 0.45
Tested by
no test coverage detected