modelc 0.1.1

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

pub mod ops;
#[allow(dead_code)]
pub mod serve;
#[allow(dead_code)]
pub mod tensor;