Skip to main content

modelc/runtime/
mod.rs

1//! Tensor runtime and inference ops used by tests and examples (`matmul`, `linear`, etc.).
2
3pub mod ops;
4#[allow(dead_code)]
5pub mod serve;
6#[allow(dead_code)]
7pub mod tensor;