MCPcopy 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
441def isnan(x):
442 return x != x
443
444
445def isinf(x):

Callers 1

checknonfinite_lowerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected