Add operator `isnan` (#3979)
authorHuang, Guangtai <hgt312@foxmail.com>
Sun, 22 Sep 2019 16:49:10 +0000 (00:49 +0800)
committerTianqi Chen <tqchen@users.noreply.github.com>
Sun, 22 Sep 2019 16:49:10 +0000 (09:49 -0700)
commit16d4da4d61427b292fbc2f8de8c14472b9f36e31
treeeb5c86c6747fe6b2f7b65a71e49f66a426dfa813
parent88cd1b1c545797eab8cb0ec32f10fc17cfef9142
Add operator `isnan` (#3979)

* add expr `isnan`

* move to intrinsic

* doc & add to topi

* fix error from ci
13 files changed:
docs/api/python/intrin.rst
docs/api/python/topi.rst
include/tvm/expr_operator.h
include/tvm/ir.h
python/tvm/intrin.py
src/api/api_ir.cc
src/codegen/codegen_c.cc
src/codegen/llvm/codegen_llvm.cc
src/lang/expr_operator.cc
tests/python/unittest/test_lang_basic.py
topi/include/topi/elemwise.h
topi/python/topi/math.py
topi/tests/python/test_topi_math.py