The same issue exist with arm_cpu, e.g. `tvm.target.arm_cpu('rk3399')`
```
File
"/usr/local/lib/python3.5/dist-packages/topi-0.6.dev0-py3.5.egg/topi/arm_cpu/conv2d.py",
line 76, in conv2d_arm_cpu
num_tile=2)
File
"/usr/local/lib/python3.5/dist-packages/topi-0.6.dev0-py3.5.egg/topi/arm_cpu/conv2d.py",
line 134, in _decl_spatial_pack
assert layout == "NCHW", "Only support NCHW"
AssertionError: Only support NCHW
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/dmlc/tvm/issues/2519#issuecomment-499785105