[TOPI] Add compute for more operators (#849)
* [TOPI] Add compute for more operators * Remove device except llvm * Address comments * Remove matmul compute * Add outtype to boolean operator * Address coments
Showing
- python/tvm/api.py 1 addition, 0 deletionspython/tvm/api.py
- topi/python/topi/__init__.py 1 addition, 1 deletiontopi/python/topi/__init__.py
- topi/python/topi/tensor.py 116 additions, 0 deletionstopi/python/topi/tensor.py
- topi/python/topi/transform.py 55 additions, 0 deletionstopi/python/topi/transform.py
- topi/tests/python/test_topi_math.py 31 additions, 0 deletionstopi/tests/python/test_topi_math.py
- topi/tests/python/test_topi_tensor.py 129 additions, 0 deletionstopi/tests/python/test_topi_tensor.py
- topi/tests/python/test_topi_transform.py 44 additions, 0 deletionstopi/tests/python/test_topi_transform.py
topi/python/topi/tensor.py
0 → 100644
topi/tests/python/test_topi_math.py
0 → 100644
topi/tests/python/test_topi_tensor.py
0 → 100644
Please register or sign in to comment