modelc 0.1.6

Compile model weight files to standalone executable binaries
Documentation
1
2
3
4
5
6
//! Tensor runtime and inference ops used by tests and examples (`matmul`, `linear`, etc.).

pub mod ops;
pub mod serve;
pub mod tensor;
pub mod transformer;