pub fn default_model_handler(
    _id: u32,
    meta: &ModelMetadata<'_>,
    model: &[u8]
) -> Result<Box<dyn Model>, Error>
Expand description

A model handler which will try to load a model based on the feature flags that have been set.

Supported formats are:

  • TensorFlow Lite