Expand description
MNN Inference Engine FFI Binding Layer
This module encapsulates the low-level interfaces of the MNN C++ inference framework, providing safe Rust APIs.
Structs§
- Inference
Config - Inference configuration
- Inference
Engine - MNN inference engine
- Shared
Runtime - Shared runtime for sharing resources between multiple engines
Enums§
- Backend
- Computation backend
- Data
Format - Data format
- MnnError
- MNN-related errors
- Precision
Mode - Precision mode
Functions§
- get_
version - Get MNN version
Type Aliases§
- Result
- MNN Result type