// TODO remove when backend filled
//! Burn Candle Backend
//!
//! **Deprecated:** This backend is deprecated and will be removed in a future release.
//! Please migrate to one of the actively maintained backends:
//! - CubeCL backends (CUDA, ROCm, Vulkan, Metal, WebGPU) for GPU acceleration
//! - Flex (`burn-flex`) for portable pure-Rust CPU execution (std, no_std, WASM)
//! - LibTorch (`burn-tch`) for a mature CPU/GPU backend
extern crate derive_new;
pub use *;
pub use *;
pub use *;