himada-integrations 0.1.0

Himada framework integrations — Candle, Burn, ONNX Runtime, ndarray
1
2
3
4
5
6
7
8
//! Himada integrations with ML frameworks.
//!
//! Each module provides a backend that lets a framework use
//! Himada's SIMD-optimized kernels for compute-heavy operations.

pub mod candle;
pub mod ort;
pub mod burn_backend;