#include <mtb_ml_model.h>
Data Fields | |
COMPONENT_ML_TFLM | |
Buffer pareamters for TFLM. | |
uint8_t * | tensor_arena |
size_t | tensor_arena_size |
ML model working buffer structure
uint8_t* tensor_arena |
Model buffer parameters for TfLite-Micro inference engine the pointer of tensor arena buffer provided by application
size_t tensor_arena_size |
the size of ML tensor arena buffer provided by application