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

Contains everything needed to abstractly describe a parameter to a kernel. This is used to declare kernel parameters at compile time. More...

#include <vx_helper.h>

Public Attributes

vx_enum direction
 From vx_direction_e.
 
vx_enum data_type
 From vx_type_e.
 
vx_enum state
 From vx_parameter_state_e.
 

Detailed Description

Contains everything needed to abstractly describe a parameter to a kernel. This is used to declare kernel parameters at compile time.

Member Data Documentation

◆ data_type

vx_enum _vx_param_description_t::data_type

From vx_type_e.

◆ direction

vx_enum _vx_param_description_t::direction

◆ state

vx_enum _vx_param_description_t::state