Softmax operator migrated to topi (#366)
* softmax migrated and test added * pylint error fixed * pylint error fixed
Showing
- topi/python/topi/cuda/__init__.py 1 addition, 0 deletionstopi/python/topi/cuda/__init__.py
- topi/python/topi/cuda/conv2d_nchw.py 1 addition, 1 deletiontopi/python/topi/cuda/conv2d_nchw.py
- topi/python/topi/cuda/softmax.py 42 additions, 0 deletionstopi/python/topi/cuda/softmax.py
- topi/python/topi/nn/softmax.py 2 additions, 1 deletiontopi/python/topi/nn/softmax.py
- topi/python/topi/testing/__init__.py 1 addition, 0 deletionstopi/python/topi/testing/__init__.py
- topi/python/topi/testing/softmax_python.py 23 additions, 0 deletionstopi/python/topi/testing/softmax_python.py
- topi/tests/python/test_topi_softmax.py 36 additions, 0 deletionstopi/tests/python/test_topi_softmax.py
topi/python/topi/cuda/softmax.py
0 → 100644
topi/python/topi/testing/softmax_python.py
0 → 100644
topi/tests/python/test_topi_softmax.py
0 → 100644
Please register or sign in to comment