[PYTORCH]AvgPool3d, MaxPool3d and Squeeze op support (#5220)
authorSamuel <siju.samuel@huawei.com>
Thu, 2 Apr 2020 22:20:41 +0000 (03:50 +0530)
committerGitHub <noreply@github.com>
Thu, 2 Apr 2020 22:20:41 +0000 (07:20 +0900)
commitdb535f45c7c90ae789524d250acf15e4403ef8bf
treec3efbce1a17d0f61324d003f30ee4bfe54fb645e
parent44bffdb398f2309f7506b9e51b774b8a743c1f03
[PYTORCH]AvgPool3d, MaxPool3d and Squeeze op support (#5220)

* [PYTORCH]AvgPool3d, MaxPool3d and Squeeze op support

* Testcases added

* review comments
python/tvm/relay/frontend/pytorch.py
tests/python/frontend/pytorch/test_forward.py