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

Function _elemwise_binary

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

Source from the content-addressed store, hash-verified

183
184
185def _elemwise_binary(hlo_op, a, b):
186 return _elemwise(hlo_op, [a, b])
187
188
189def _elemwise_ternary(hlo_op, a, b, c):

Callers

nothing calls this directly

Calls 1

_elemwiseFunction · 0.85

Tested by

no test coverage detected