ShawnZhuang commented on PR #16847: URL: https://github.com/apache/tvm/pull/16847#issuecomment-2048833676
> thank you @ShawnZhuang , one thing that I think worth clarifying is that whether it serves as a onnx exporter(which i believe there were some work in https://github.com/apache/tvm/blob/main/python/tvm/contrib/target/onnx.py) seems the purpose was different(mainly to export to netron compatible format, is it possible to support a variant of format that netron directly take? > > as a community we are migrating a lot of effort to relax, so if you are interested in bringing onnx translation to relax, that could also be interesting Yes, the mainly purpure is to export to netron compatible format for visualize. According to https://github.com/lutzroeder/netron , the onnx supports tf, caffe, keras,mxnet,onnx and darknet , but a directly netron format has not been found. Supporting netron directly may takes two steps, Firstly a tvm.proto should be defined, secondly, netron should support the new proto(which needs front-end efforts in netron) -- 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]
