MCPcopy 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_ndFunction · 0.70
mulFunction · 0.70
checkFunction · 0.70
test_elemwise_addFunction · 0.70
test_elemwise_reluFunction · 0.70
test_reshapeFunction · 0.70
test_subtensorFunction · 0.70
test_AxisAddRemoveFunction · 0.70
test_addAxisFunction · 0.70
test_removeAxisFunction · 0.70
test_dotFunction · 0.70

Calls 4

TensorWeakRefClass · 0.85
applyFunction · 0.50
reluFunction · 0.50
reshapeMethod · 0.45

Tested by

no test coverage detected