Expand description
Low-level operations (LLO) — target-aware operations ready for codegen
Re-exports§
pub use elementwise::*;pub use reduction::*;pub use matmul::*;pub use linalg::*;pub use shape::*;pub use stats::*;pub use random::*;pub use model::*;
Modules§
Structs§
- LLOProgram
- Top-level LLO program container
Enums§
- LloOp
- Enumeration of LLO operations. Each variant holds a backend-ready shape and input references
Functions§
- array_
to_ onnx_ tensor - Convert Array to OnnxTensor