ML Middleware
ModusToolbox Machine Learning Middleware Library
All Data Structures Functions Variables Modules
mtb_ml_model_buffer_t Struct Reference

#include <mtb_ml_model.h>

Data Fields

COMPONENT_ML_TFLM

Buffer pareamters for TFLM.

uint8_t * tensor_arena
 
size_t tensor_arena_size
 

Detailed Description

ML model working buffer structure

Field Documentation

◆ tensor_arena

uint8_t* tensor_arena

Model buffer parameters for TfLite-Micro inference engine the pointer of tensor arena buffer provided by application

◆ tensor_arena_size

size_t tensor_arena_size

the size of ML tensor arena buffer provided by application


The documentation for this struct was generated from the following file: