Currently diving into deep learning compilation / optimization stack and wondering what are the pluses / minuses of TVM
vs. ONNX
at a high-level? Also see Olive.
I’m not deeply know about Olive,it seems not has similar work principle as tvm. ONNX is a general model presentition way, so,it will be nice if it could be input to TVM I think.