ferrum-runtime 0.7.2

Backend implementations (Candle, CPU) for Ferrum inference
Documentation
1
2
3
4
5
6
7
8
//! Device memory management implementations

pub mod pool;
pub mod stats;

// Re-export memory components
pub use pool::*;
pub use stats::*;