[Relay] Fixed bug in attribute parsing for pool layers. (#5582)
authorJosh Fromm <jwfromm@uw.edu>
Wed, 13 May 2020 06:23:56 +0000 (23:23 -0700)
committerGitHub <noreply@github.com>
Wed, 13 May 2020 06:23:56 +0000 (15:23 +0900)
commitfc230e0505a7e4cca6997d6492673d072dc33185
tree2be89d71d78cd486a6900b55e948f0f306e73558
parent8a9961123a36ddd5aabfb3b37d0fdcd0ab763199
[Relay] Fixed bug in attribute parsing for pool layers. (#5582)

* Fixed pooling bug.

* Added tests and fixed more cases.
python/tvm/relay/op/nn/nn.py
python/tvm/relay/op/nn/util.py
tests/python/relay/test_op_level2.py
topi/python/topi/testing/pool3d_python.py