smelte-rs 0.1.0

Efficient inference ML framework written in rust
Documentation
1
2
3
4
5
/// The half precision float
#[cfg(features = "f16")]
pub mod f16;
/// The regular float
pub mod f32;