[Relay][Frontend][Tensorflow] Fix GatherV2, Add StopGradient (#4238)
authorTrevor Morris <trevoraidanmorris@gmail.com>
Mon, 4 Nov 2019 18:37:41 +0000 (10:37 -0800)
committerTianqi Chen <tqchen@users.noreply.github.com>
Mon, 4 Nov 2019 18:37:41 +0000 (10:37 -0800)
commit3f472f94b3d8140dbb4f77f75c9781cb3e850a7f
treed2696e747405123eaba5f372ec887e6f1aeff692
parent996cf30e8d54b4bf58f0c9950475f47bba7e2c7e
[Relay][Frontend][Tensorflow] Fix GatherV2, Add StopGradient (#4238)

* Add StopGradient. Add batch_dims attr to ignore list for GatherV2

* Trigger CI
python/tvm/relay/frontend/tensorflow.py