EdgeAI TIOVX Apps Guide
yaml_parser.h File Reference
Include dependency graph for yaml_parser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int32_t parse_yaml_file (char *input_filename, FlowInfo flow_infos[], uint32_t max_flows, uint32_t *num_flows)
 
int32_t get_classname (char *model_path, char(*classnames)[256])
 
void dump_data (FlowInfo flow_infos[], uint32_t num_flows)
 

Function Documentation

◆ parse_yaml_file()

int32_t parse_yaml_file ( char *  input_filename,
FlowInfo  flow_infos[],
uint32_t  max_flows,
uint32_t *  num_flows 
)

◆ get_classname()

int32_t get_classname ( char *  model_path,
char(*)  classnames[256] 
)

◆ dump_data()

void dump_data ( FlowInfo  flow_infos[],
uint32_t  num_flows 
)