[TOPI][CUDA] Schedule for pool_grad (#3622)
authorWuwei Lin <wuwei@apache.org>
Fri, 26 Jul 2019 06:49:28 +0000 (14:49 +0800)
committerGitHub <noreply@github.com>
Fri, 26 Jul 2019 06:49:28 +0000 (14:49 +0800)
commitf1ede9a9d38c8e083899aadf5e38b814e8053587
treefb2ee8ee869902601b162ec5d4766124df58c764
parent8e0aaa29844c5625f1ca83802e962bdc4452997a
 [TOPI][CUDA] Schedule for pool_grad (#3622)

* [TOPI][CUDA] Schedule for pool_grad

* Relay test

* Fix fused op

* doc

* Remove set scope local
tests/python/relay/test_op_grad_level2.py [new file with mode: 0644]
topi/python/topi/cuda/pooling.py
topi/tests/python/test_topi_pooling.py