libmir-metal 0.2.0

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

pub use model::SequenceScoringModel;