[TOPI] Fix resize nearest with fractional scaling (#3244)
authormasahi <masahi129@gmail.com>
Tue, 28 May 2019 22:20:58 +0000 (07:20 +0900)
committerTianqi Chen <tqchen@users.noreply.github.com>
Tue, 28 May 2019 22:20:58 +0000 (15:20 -0700)
commita8275bdbfb8cff2657bb94e867a97b38585a9b8a
tree9d12d2f68a56fc9670ac86a804dbeff9df640bee
parenta479432d901f3ad0b4f2e8622ae65960999c1f33
[TOPI] Fix resize nearest with fractional scaling (#3244)
12 files changed:
nnvm/tests/python/compiler/test_top_level2.py
nnvm/tests/python/frontend/coreml/test_forward.py
nnvm/tests/python/frontend/onnx/test_forward.py
tests/python/frontend/coreml/test_forward.py
tests/python/frontend/onnx/test_forward.py
tests/python/relay/test_op_level2.py
tests/python/relay/test_op_level5.py
topi/include/topi/image/resize.h
topi/python/topi/nn/upsampling.py
topi/python/topi/testing/upsampling_python.py
topi/tests/python/test_topi_resize.py
topi/tests/python/test_topi_upsampling.py