Currently, it seems that in TVM, the ONNX input is first received through the 
Python interface `relay.frontend.from_onnx`, and then the model is compiled 
using `relay.build`. However, my environment is purely C++, and I haven't found 
the relevant frontend interfaces in the `src` directory. I would like to ask if 
TVM supports a purely C++ workflow, including `from_onnx`, generating 
`IRModule`, and building the model. If so, which branch should I use? If not, 
what work do I need to do to implement these functionalities?





---
[Visit Topic](https://discuss.tvm.apache.org/t/c-relay-frontend/18917/1) to 
respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click 
here](https://discuss.tvm.apache.org/email/unsubscribe/d9bb4badddbc6d1dae4a50f1f506b839c0d2e978363d3da168e9551b288ee71d).

Reply via email to