#include <cy_ml_inference.h>
Data Fields | |
| int | output_size |
| int | scratch_mem |
| int | persistent_mem |
| int | input_size |
| int | num_of_layers |
| int | num_of_res_conns |
| int | recurrent_ts_size |
| int | libml_version |
| uint32_t | ml_coretool_version |
| cy_en_ml_data_type_t | libml_input_type |
| cy_en_ml_data_type_t | libml_weight_type |
Shared control/model structure
| int input_size |
Input data size
| cy_en_ml_data_type_t libml_input_type |
Inference engin supported input data type
| int libml_version |
The version of ML inference engine library
| cy_en_ml_data_type_t libml_weight_type |
Inference engin supported weight data type
| uint32_t ml_coretool_version |
The number of Coretool version
| int num_of_layers |
The number of layers in NN model
| int num_of_res_conns |
The number of concurrent residual connections
| int output_size |
NN model inference output size
| int persistent_mem |
Persistent memory size required for inference
| int recurrent_ts_size |
Recurrent time series sample size or zero if not recurrent network
| int scratch_mem |
Scratch memory size required for inference