Skip to main content

Module backends

Module backends 

Source
Expand description

Backend implementations for different compute devices

Re-exports§

pub use self::candle_kernel_ops::CandleKernelOps;
pub use self::candle::*;

Modules§

candle
Candle backend - MVP implementation with core functionality
candle_kernel_ops
Candle reference implementation of the KernelOps sub-traits.