Apache TVM Discuss
How to Covert MXNet NCHW layout to NHWC in relay ir
JoeyChou
August 29, 2020, 5:08pm
2
Hi, you can try the ConvertLayout pass
https://tvm.apache.org/docs/dev/convert_layout.html#usage
show post in topic