Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
181
def
_elemwise_unary(hlo_op, a):
182
return
_elemwise(hlo_op, [a])
183
184
185
def
_elemwise_binary(hlo_op, a, b):
Callers
1
isinf
Function · 0.85
Calls
1
_elemwise
Function · 0.85
Tested by
no test coverage detected