Rust FFI-CAPI, Separate Model Loading and Running of ONNX

I am loading a ONNX model in Rust and exposing it as an API in C++, now I want to seperate the loading and running part ? How can I do it ?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.