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.
- Model
Config - Model configuration.
- Model
Storage - Reusable model storage and arena pair for sequential inference.
- Tensor
Info - Tensor metadata descriptor.
Enums§
- Tensor
Type - Tensor element types matching the C
enum ove_tensor_type.