#include <mtb_ml_model.h>
Data Fields | |
Model name | |
char | name [MTB_ML_MODEL_NAME_LEN] |
COMPONENT_ML_TFLM | |
Model pareamters for TFLM with interpreter | |
const uint8_t * | model_bin |
const unsigned int | model_size |
const int | arena_size |
COMPONENT_ML_TFLM_LESS | |
Model pareamters for TFLM without interpreter | |
tflm_rmf_apis_t | rmf_bin |
ML model structure
const int arena_size |
the size of arena buffer for Tflite model
const uint8_t* model_bin |
the pointer of Tflite model
const unsigned int model_size |
the size of Tflite model
char name[MTB_ML_MODEL_NAME_LEN] |
the name of ML model
tflm_rmf_apis_t rmf_bin |
the data structure of Tflite APIs