libmir-metal 0.1.0

Metal inference backend for libmir
1
2
3
4
5
mod batch;
mod layer;
mod model;

pub use model::HybridLinearMoeModel;