1 2 3 4 5 6 7 8
//! 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; pub mod transformer;