[ARM CPU] Fix infer shape error of depthwise (#4384)
authorZhao Wu <wuzhaozju@gmail.com>
Wed, 27 Nov 2019 06:42:20 +0000 (14:42 +0800)
committerThierry Moreau <moreau@uw.edu>
Wed, 27 Nov 2019 06:42:20 +0000 (22:42 -0800)
commit2d0010f3689db8ad10c70fd20c183e739f2fe714
treebc7dcadf30b3e10f25b541e23519ed5e6a763893
parent651bdf2fe5d1b54a56d727b80f8bcef72e9d17e1
[ARM CPU] Fix infer shape error of depthwise (#4384)

* [ARM CPU] Fix contrib_spatial_pack error

* PyLint error fix

* diable no-else-return as other files

* Change the test case split OC not be 1 to cover 5D weight layout
python/tvm/relay/op/nn/_nn.py
tests/python/relay/test_op_level2.py