Module infer

Module infer 

Source
Expand description

ML inference primitives for oveRTOS.

Provides a safe Rust wrapper around the ove_model_* C API for running TFLite model inference.

Structs§

Model
An ML inference model session.
ModelConfig
Model configuration.
ModelStorage
Reusable model storage and arena pair for sequential inference.
TensorInfo
Tensor metadata descriptor.

Enums§

TensorType
Tensor element types matching the C enum ove_tensor_type.