MCPcopy 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
50def _elwise(*args, mode):
51 return _elwise_apply(args, mode)
52
53
54class _Hashable:

Callers 15

fFunction · 0.70
forwardMethod · 0.50
hswishFunction · 0.50
sigmoidFunction · 0.50
hsigmoidFunction · 0.50
reluFunction · 0.50
relu6Function · 0.50
preluFunction · 0.50
leaky_reluFunction · 0.50
siluFunction · 0.50
geluFunction · 0.50
softplusFunction · 0.50

Calls 1

_elwise_applyFunction · 0.85

Tested by

no test coverage detected