MCPcopy 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
122def _unary_elwise(mode):
123 def f(self):
124 return _elwise(self, mode=mode)
125
126 return f
127

Callers 1

gFunction · 0.70

Calls 5

_normalize_axisFunction · 0.85
ReduceMethod · 0.80
_elwiseFunction · 0.70
applyFunction · 0.50
formatMethod · 0.45

Tested by

no test coverage detected