CoreFlow 1.0.0
A modern orchestration and execution runtime
|
Queueing parameters for a specific graph parameter. More...
#include <vx_khr_pipelining.h>
Public Attributes | |
uint32_t | graph_parameter_index |
Index of graph parameter to which these properties apply. | |
vx_uint32 | refs_list_size |
Number of elements in array 'refs_list'. | |
vx_reference * | refs_list |
Array of references that could be enqueued at a later point of time at this graph parameter. | |
Queueing parameters for a specific graph parameter.
See vxSetGraphScheduleConfig
for additional details.
uint32_t vx_graph_parameter_queue_params_t::graph_parameter_index |
Index of graph parameter to which these properties apply.
vx_reference* vx_graph_parameter_queue_params_t::refs_list |
Array of references that could be enqueued at a later point of time at this graph parameter.
vx_uint32 vx_graph_parameter_queue_params_t::refs_list_size |
Number of elements in array 'refs_list'.