Skip to main content

model

Attribute Macro model 

Source
#[model]
Expand description

The entry point of MicroFlow. This attribute-like procedural macro can be placed on structs to implement the predict() function based on the given model. The macro takes as input the path of the model, which must be in the TensorFlow Lite format (.tflite).