[TOPI] migrate global_avg_pool, fully_connected (#472)
* migrate global_avg_pool, fully_connected * fix pylint * enable fusion of pooling schedule * rename fc->dense, enable fusion * improve dense schedule * unified global pool
Showing
- topi/python/topi/cuda/__init__.py 2 additions, 0 deletionstopi/python/topi/cuda/__init__.py
- topi/python/topi/cuda/dense.py 60 additions, 0 deletionstopi/python/topi/cuda/dense.py
- topi/python/topi/cuda/pooling.py 66 additions, 0 deletionstopi/python/topi/cuda/pooling.py
- topi/python/topi/nn/__init__.py 1 addition, 1 deletiontopi/python/topi/nn/__init__.py
- topi/python/topi/nn/dense.py 41 additions, 0 deletionstopi/python/topi/nn/dense.py
- topi/python/topi/nn/pooling.py 19 additions, 7 deletionstopi/python/topi/nn/pooling.py
- topi/tests/python/test_topi_dense.py 54 additions, 0 deletionstopi/tests/python/test_topi_dense.py
- topi/tests/python/test_topi_pooling.py 42 additions, 0 deletionstopi/tests/python/test_topi_pooling.py
topi/python/topi/cuda/dense.py
0 → 100644
topi/python/topi/cuda/pooling.py
0 → 100644
topi/tests/python/test_topi_dense.py
0 → 100644
topi/tests/python/test_topi_pooling.py
0 → 100644
Please register or sign in to comment