blackkker commented on issue #12645:
URL: https://github.com/apache/tvm/issues/12645#issuecomment-1233678319

   > @cVladu Hi,there! I am doing the similar thing as "convert CNN with 
data_format="NHWC" into relay IR" Also I have got problems in the convert from 
"NCHW" onnx CNN into "NHWC" one.
   > 
   > Is there any learning resources or opensource apis to do this or at least 
make it easier?
   > 
   > Current Situation: hardware driver background got some tutorials on onnx 
(both operator & python api) got some tutorials on TVM (beginner)
   > 
   > Wish for your reply, Thanks a lot
   
   Maybe you can refer to [Convert Layout 
Pass](https://tvm.apache.org/docs/arch/convert_layout.html?highlight=layout).
   And applying the ConvertLayout pass to your relay module.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to