InferenceSession.run_async() in the Python API - What is the equivalent in C++? #19894
Unanswered
mandeleung
asked this question in
API Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am hoping to run a session asynchronously (on gpu), so that while it runs the cpu can do some other work (on a completely different set of data).
I notice there is a function called run_async() in Python. Is there an equivalent in C++?
Beta Was this translation helpful? Give feedback.
All reactions