[TOPI][Relay] Add bitwise ops (#4815)
authorabergeron <abergeron@gmail.com>
Thu, 6 Feb 2020 03:24:42 +0000 (22:24 -0500)
committerGitHub <noreply@github.com>
Thu, 6 Feb 2020 03:24:42 +0000 (19:24 -0800)
commit2bd2f9988b09e71178972c136438cab6702e7b89
tree574ed39a94dcbe1388ae35e75bf32a9da3a48fd6
parent19d0d157a99d8e21927a2eebe34a7cfd54387b82
[TOPI][Relay] Add bitwise ops (#4815)

* Add bitwise ops to topi

* Add the bitwise ops to relay.
python/tvm/relay/op/_tensor.py
python/tvm/relay/op/tensor.py
src/relay/op/tensor/binary.cc
src/relay/op/tensor/unary.cc
topi/include/topi/broadcast.h
topi/include/topi/elemwise.h
topi/python/topi/broadcast.py
topi/src/topi.cc
topi/tests/python/test_topi_broadcast.py