[Relay,Topi][OP] affine_grid and grid_sample (#5657)
authorWuwei Lin <wuwei@apache.org>
Sat, 23 May 2020 04:57:58 +0000 (00:57 -0400)
committerGitHub <noreply@github.com>
Sat, 23 May 2020 04:57:58 +0000 (13:57 +0900)
commite369c5a9cbacb926ca7b95ebc4ae01a6de33c6cd
tree9497a7fedadb9d0b31998ee9f9d808e44bebb44c
parent53251c87b2a7be53d00a968629bfc688585d8e4e
[Relay,Topi][OP] affine_grid and grid_sample (#5657)

* [Relay,Topi][OP] affine_grid and grid_sample

* lint
12 files changed:
include/tvm/relay/attrs/image.h
python/tvm/relay/frontend/mxnet.py
python/tvm/relay/op/image/_image.py
python/tvm/relay/op/image/image.py
src/relay/op/image/grid_sample.cc [new file with mode: 0644]
tests/python/frontend/mxnet/test_forward.py
tests/python/relay/test_op_level5.py
topi/python/topi/image/__init__.py
topi/python/topi/image/grid_sample.py [new file with mode: 0644]
topi/python/topi/testing/__init__.py
topi/python/topi/testing/grid_sample_python.py [new file with mode: 0644]
topi/tests/python/test_topi_image.py