[ONNX]Pool3d & upsample3d op support (#5135)
authorSamuel <siju.samuel@huawei.com>
Sat, 4 Apr 2020 09:33:43 +0000 (15:03 +0530)
committerGitHub <noreply@github.com>
Sat, 4 Apr 2020 09:33:43 +0000 (18:33 +0900)
commitfd9ce583f3cac2af4bc919a021bd9fe66534b659
treeb33e06dca39d6f9629cd4eec987d1e13a36c0c65
parent0cfdecdae99582998dae5c2c3fdfd7a2700f10c0
[ONNX]Pool3d & upsample3d op support (#5135)

* [ONNX]Pool3d and Upsample3d op updated

* Pool3d and Upsample3d testcase

* Review comments fixed

* Review comments
python/tvm/relay/frontend/onnx.py
tests/python/frontend/onnx/test_forward.py