[TOPI][IMAGE][RESIZE] Bilinear interpolation for resize and upsampling. (#1181)
Showing
- docs/api/python/topi.rst 5 additions, 0 deletionsdocs/api/python/topi.rst
- nnvm/include/nnvm/top/nn.h 8 additions, 2 deletionsnnvm/include/nnvm/top/nn.h
- nnvm/python/nnvm/top/__init__.py 1 addition, 0 deletionsnnvm/python/nnvm/top/__init__.py
- nnvm/python/nnvm/top/image.py 17 additions, 0 deletionsnnvm/python/nnvm/top/image.py
- nnvm/python/nnvm/top/nn.py 2 additions, 12 deletionsnnvm/python/nnvm/top/nn.py
- nnvm/src/top/image/resize.cc 113 additions, 0 deletionsnnvm/src/top/image/resize.cc
- nnvm/src/top/image/resize.h 45 additions, 0 deletionsnnvm/src/top/image/resize.h
- nnvm/src/top/nn/upsampling.cc 44 additions, 7 deletionsnnvm/src/top/nn/upsampling.cc
- nnvm/tests/python/compiler/test_top_level2.py 42 additions, 3 deletionsnnvm/tests/python/compiler/test_top_level2.py
- topi/include/topi/image/resize.h 316 additions, 0 deletionstopi/include/topi/image/resize.h
- topi/include/topi/nn/upsampling.h 44 additions, 0 deletionstopi/include/topi/nn/upsampling.h
- topi/python/topi/__init__.py 1 addition, 0 deletionstopi/python/topi/__init__.py
- topi/python/topi/cpp.py 2 additions, 0 deletionstopi/python/topi/cpp.py
- topi/python/topi/image/__init__.py 5 additions, 0 deletionstopi/python/topi/image/__init__.py
- topi/python/topi/image/resize.py 33 additions, 0 deletionstopi/python/topi/image/resize.py
- topi/python/topi/nn/upsampling.py 16 additions, 56 deletionstopi/python/topi/nn/upsampling.py
- topi/python/topi/testing/__init__.py 1 addition, 0 deletionstopi/python/topi/testing/__init__.py
- topi/python/topi/testing/bilinear_resize_python.py 79 additions, 0 deletionstopi/python/topi/testing/bilinear_resize_python.py
- topi/python/topi/testing/upsampling_python.py 20 additions, 7 deletionstopi/python/topi/testing/upsampling_python.py
- topi/src/topi.cc 16 additions, 0 deletionstopi/src/topi.cc
Loading
Please register or sign in to comment