MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / _elemwise_unary

Function _elemwise_unary

imperative/python/megengine/xla/rules/elemwise.py:181–182  ·  view source on GitHub ↗
(hlo_op, a)

Source from the content-addressed store, hash-verified

179
180
181def _elemwise_unary(hlo_op, a):
182 return _elemwise(hlo_op, [a])
183
184
185def _elemwise_binary(hlo_op, a, b):

Callers 1

isinfFunction · 0.85

Calls 1

_elemwiseFunction · 0.85

Tested by

no test coverage detected