-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inference with streams #5608
Inference with streams #5608
Conversation
…R_OF_INFER_REQUESTS
Please add description: ticket (for ex 00000) and details of implementation |
|
tests/stress_tests/.automation/memcheck_tests/precommit_configs/desktop_references_config.xml
Outdated
Show resolved
Hide resolved
tests/stress_tests/.automation/memcheck_tests/precommit_configs/desktop_references_config.xml
Show resolved
Hide resolved
inferRequest = exeNetwork.CreateInferRequest(); | ||
fillBlobs(inferRequest, inputsInfo, batchSize); | ||
|
||
inferRequest.Infer(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sstreams imply async execution, so just loop and run'm all with StartAsync, and count arrival (completion) in the callback (or, simpler, wait them in another loop)
Details:
Tickets: