-
- Downloads
[TOPI] Relu and schedule elemwise (#390)
* convolution compute typo fixed * relu activation migrated to topi * reviews addressed * elemwise schedule added * relu compute deleted
Showing
- topi/python/topi/cuda/__init__.py 1 addition, 0 deletionstopi/python/topi/cuda/__init__.py
- topi/python/topi/cuda/elemwise.py 39 additions, 0 deletionstopi/python/topi/cuda/elemwise.py
- topi/python/topi/nn/convolution.py 0 additions, 1 deletiontopi/python/topi/nn/convolution.py
- topi/tests/python/test_topi_relu.py 35 additions, 0 deletionstopi/tests/python/test_topi_relu.py
topi/python/topi/cuda/elemwise.py
0 → 100644
topi/tests/python/test_topi_relu.py
0 → 100644
Please register or sign in to comment