Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ isnan
Function
isnan
imperative/python/megengine/xla/rules/elemwise.py:441–442 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
439
440
441
def
isnan(x):
442
return
x != x
443
444
445
def
isinf(x):
Callers
1
checknonfinite_lower
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected