[Frontend][Tensorflow] Gather nd bug fix for one dim support in tensorflow (#5588)
authorANSHUMAN TRIPATHY <anshuman.t@huawei.com>
Tue, 19 May 2020 19:45:02 +0000 (01:15 +0530)
committerGitHub <noreply@github.com>
Tue, 19 May 2020 19:45:02 +0000 (12:45 -0700)
commit9a9fe973de12058070006df06d181728a4598ffa
treec22fc2f3988a728df218068630c4f94925f7686b
parentec8f642c56d34cf7bb016803d3cab973b370e424
[Frontend][Tensorflow] Gather nd bug fix for one dim support in tensorflow (#5588)

* [Frontend][Tensorflow] Gather_nd one dim support added

* Test case added

* Doc error handled

* Review comment handled: reverting new attr introduced

* Check added at mxnet frontend

* Doc error handled

* TFLite test case failure resolved
python/tvm/relay/frontend/mxnet.py
python/tvm/relay/op/op_attrs.py
src/relay/op/tensor/transform.cc
tests/python/frontend/mxnet/test_forward.py
tests/python/frontend/tensorflow/test_forward.py
tests/python/frontend/tflite/test_forward.py
topi/include/topi/transform.h