Forum Discussion
JohnT_Altera
Regular Contributor
9 months agoHi Ruben,
I think in C++ it is using below code which is wait()
for (ov::InferRequest& ireq : ireqs) {
ireq.wait();
}
Hi Ruben,
I think in C++ it is using below code which is wait()
for (ov::InferRequest& ireq : ireqs) {
ireq.wait();
}