Fix intel conv2d auto tune (#5200)
authorYao Wang <kevinthesunwy@gmail.com>
Sat, 4 Apr 2020 03:46:32 +0000 (20:46 -0700)
committerGitHub <noreply@github.com>
Sat, 4 Apr 2020 03:46:32 +0000 (20:46 -0700)
commit0cfdecdae99582998dae5c2c3fdfd7a2700f10c0
treea64d801c06b99037b37eda4cbb4a82c46f6205b7
parentb41f4e5523b1f5974a4bdfe4dcc3233903394224
Fix intel conv2d auto tune (#5200)

* Fix x86 conv2d and depthwise conv2d auto tuning

* Fix depthwise conv2d infer layout

* Use random data instead of empty data for autotvm

* Fix pylint

* Keep empty array for now for autotvm
topi/python/topi/x86/conv2d.py
topi/python/topi/x86/conv2d_avx_1x1.py
topi/python/topi/x86/conv2d_avx_common.py
topi/python/topi/x86/depthwise_conv2d.py