[Relay, Topi] [TF, MXNet] Unravel Index operator (#5082)
authorMahesh Ambule <15611578+maheshambule@users.noreply.github.com>
Mon, 23 Mar 2020 01:40:54 +0000 (07:10 +0530)
committerGitHub <noreply@github.com>
Mon, 23 Mar 2020 01:40:54 +0000 (10:40 +0900)
commitfdc8b0dd1763aece4ce457a7baf522c2989ac6c4
tree7a72f4afb5dbd06af0b8511ca4b4b6bd99b2d730
parent50b5adaac2956712d65e14c163148c1e6279f5e2
[Relay, Topi] [TF, MXNet] Unravel Index operator (#5082)

* first cut unravel_index

* merge fixes

* change rates to dilations

* unravel_index op relay, topi, mxnet, tf

* doc changes

* small changes

* remove empty unravel and argwhere attrs

* remove empty unravel and argwhere attrs
16 files changed:
docs/api/python/topi.rst
docs/frontend/tensorflow.rst
docs/langref/relay_op.rst
include/tvm/relay/attrs/transform.h
python/tvm/relay/frontend/mxnet.py
python/tvm/relay/frontend/tensorflow.py
python/tvm/relay/op/_transform.py
python/tvm/relay/op/transform.py
src/relay/op/tensor/transform.cc
tests/python/frontend/mxnet/test_forward.py
tests/python/frontend/tensorflow/test_forward.py
tests/python/relay/test_op_level3.py
topi/include/topi/transform.h
topi/python/topi/transform.py
topi/src/topi.cc
topi/tests/python/test_topi_transform.py