[Torch] Support index_select (#6295)
authormasahi <masahi129@gmail.com>
Tue, 18 Aug 2020 14:06:33 +0000 (23:06 +0900)
committerGitHub <noreply@github.com>
Tue, 18 Aug 2020 14:06:33 +0000 (07:06 -0700)
commit75df1900c72454bd387a416205461a95a69e45b9
treedcce7ddcdcb6f4bf60c3035bbb89d1a52a4fc5db
parentd2e15c320d5e121b1ee42adbb54a691bd4c08078
[Torch] Support index_select (#6295)

* support index select

* minor fix

Co-authored-by: masa <masa@pop-os.localdomain>
python/tvm/relay/frontend/pytorch.py
tests/python/frontend/pytorch/test_forward.py