Allocate outside of run function #37
sainteckes
started this conversation in
Ideas
Replies: 2 comments
-
Tracking this request (and others) in #38. I hope to have this implemented in ort 1.15, which may release near the end of the quarter depending on when Microsoft releases ONNX Runtime 1.15. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Onnx Runtime 1.15 is out :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey!
For the usage in audio processes and in general for the performance it would be really nice if the inputs and outputs could be set and allocated before the actual run() function. Somewhat like suggested here:
nbigaouette/onnxruntime-rs#41
This could be an additional function as well. Might this be something you would be interested in as well?
And thank you, I am very happy that someone is still working on a onnxruntime wrapper in rust, the crate is working out of the box like a charm for me :)
Beta Was this translation helpful? Give feedback.
All reactions