Model Specific Variables and Constants#
Model specific variables and constants generated using the name of the .tflite model file. These APIs are currently usable only with the SiWx917 platform.
<model_name>_model#
static TfliteMicroModel <model_name>_model
Model object with a plethora of methods to interact with the model.
<model_name>_model_status#
static sl_status_t <model_name>_model_status
Tracks the status of <model_name>_model
when initialized and executed.
<model_name>_model_flatbuffer#
uint8_t* <model_name>_model_flatbuffer
Pointer to the raw flatbuffer of the model referred to by <model_name>_model
<model_name>_model_flatbuffer_length#
const int <model_name>_model_flatbuffer_length
Length of the raw flatbuffer referred to by <model_name>_model_flatbuffer