[TOPI] Fix x86 conv2d template when tuning with unpacked layout (#5938)
authorLianmin Zheng <lianminzheng@gmail.com>
Thu, 2 Jul 2020 05:59:21 +0000 (22:59 -0700)
committerGitHub <noreply@github.com>
Thu, 2 Jul 2020 05:59:21 +0000 (22:59 -0700)
commit512ed3930a61daf38e80e1f71e51f0d1f139fb8e
tree6061e13244e1bb045a08ff8dff7bab5b40e53b64
parentaa035f4650926f5e714b02cbab6d974f0a17352f
[TOPI] Fix x86 conv2d template when tuning with unpacked layout (#5938)

* fix x86 conv2d and conv2d_transpose template

* address comments
topi/python/topi/x86/conv2d_avx_1x1.py
topi/python/topi/x86/conv2d_avx_common.py
topi/python/topi/x86/conv2d_transpose.py