Tool/software: TI C/C++ Compiler
Hi TI,
I have 2 questions about OPENVX graph operation
1, if I created a graph ,and I register 3 user defined kernels, then I use "tivxCreateNodeByKernelName" to create 3 nodes and insert to this graph
each node connect to previously defined kernels, and i configed the graph to be "VX_GRAPH_SCHEDULE_MODE_NORMAL"
so this means i need to schedule this graph by hand.
my question is ,when i call "vxProcessGraph" to schedule this graph, what is the excute sequence of these 3 nodes? one by one? who will be first?
2, this graph has 3 nodes, and each of them has a graph also, this means we totally have 4 graphs and 4 "vxProcessGraph",
in this situation, can it run ok?
Best Regards