Forum Discussion
RubenPadial
Contributor
1 year agoIntel FPGA AI Sutie Inference Engine
Is there any official documentation on the DLA runtime or inference engine for managing the DLA from the ARM side? I need to develop a custom application for running inference, but so far, I’ve only ...
JohnT_Altera
Regular Contributor
1 year agoHi Ruben,
I think in C++ it is using below code which is wait()
for (ov::InferRequest& ireq : ireqs) {
ireq.wait();
}