CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches
vx_graph_parameter_queue_params_t Struct Reference

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_referencerefs_list
 Array of references that could be enqueued at a later point of time at this graph parameter.
 

Detailed Description

Queueing parameters for a specific graph parameter.

See vxSetGraphScheduleConfig for additional details.

Member Data Documentation

◆ graph_parameter_index

uint32_t vx_graph_parameter_queue_params_t::graph_parameter_index

Index of graph parameter to which these properties apply.

◆ refs_list

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.

◆ refs_list_size

vx_uint32 vx_graph_parameter_queue_params_t::refs_list_size

Number of elements in array 'refs_list'.