Module llo

Module llo 

Source
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§

elementwise
linalg
matmul
model
Model operations for ONNX compatibility
random
reduction
shape
stats

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