anijain2305 opened a new pull request #6619: URL: https://github.com/apache/incubator-tvm/pull/6619
While converting a network from NHWC to NCHW, we found that a conv2d was followed by strided_slice and it was erroring out. This PR ensures insertion of layout transform before the strided slice to correct the bug. With careful handling of begin, end and strides, one can prevent the insertion of layout transform in future to get better performance. @trevor-m ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
