Changed topi cc resize to python implementation with new features. (#3788)
authorJosh Fromm <jwfromm@uw.edu>
Thu, 22 Aug 2019 03:39:09 +0000 (20:39 -0700)
committermasahi <masahi129@gmail.com>
Thu, 22 Aug 2019 03:39:09 +0000 (12:39 +0900)
commit7264cb6a5996af874819f03cf27aca3b5ad48814
tree3f34b324c684ba6f4f3e14bb3aa7987e7b61ae0a
parentc870261facb8bcc452975c4138bee22dd749e1c5
Changed topi cc resize to python implementation with new features. (#3788)
25 files changed:
include/tvm/relay/attrs/image.h
include/tvm/relay/attrs/nn.h
nnvm/tests/python/compiler/test_top_level2.py
nnvm/tests/python/frontend/onnx/test_forward.py
python/tvm/relay/frontend/coreml.py
python/tvm/relay/frontend/keras.py
python/tvm/relay/frontend/onnx.py
python/tvm/relay/frontend/tensorflow.py
python/tvm/relay/frontend/tflite.py
python/tvm/relay/op/image/_image.py
python/tvm/relay/op/image/image.py
python/tvm/relay/op/nn/_nn.py
python/tvm/relay/op/nn/nn.py
src/relay/op/image/resize.cc
src/relay/op/nn/upsampling.cc
tests/python/frontend/keras/test_forward.py
tests/python/frontend/tensorflow/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/image/resize.py
topi/python/topi/nn/upsampling.py
topi/python/topi/testing/bilinear_resize_python.py
topi/tests/python/test_topi_resize.py
topi/tests/python/test_topi_upsampling.py