Hello, I'm working on TDA4VM for developing recognition process.
I'm currently studying openVX and TIOVX and I have a question about graph pipelines using multiple instances.
According to my understanding of the pipeline in the OpenVX framework, the graph needs to create multiple instances. At that time, does openVX automatically provide scheduling services for multiple instances?
For example, if the input frame data at times T and T+1 are inserted into each graph instance, and the output of the T+1 input is generated first, does the openVX framework provide an automatic scheduling service? Or should developers develop their own synchronization function for this case?
If a developer needs to develop a function, can we get some examples of this case?