Skip to main content

Module backends

Module backends 

Source
Expand description

Concrete backend implementations. Each backend (cpu, cuda, …) is one self-contained unit under bb_ops::backends::<name>.

Modules§

cpu
Pure-Rust reference CPU backend. Implements bb::Backend for the ai.onnx v1 51-op subset over ndarray. Gated by the cpu-backend feature.

Functions§

link_force
Anchor the CPU backend’s symbols + inventory submission against linker DCE.