Burn is a deep learning framework and tensor library written in Rust that prioritizes flexibility, efficiency, and portability. It supports multiple backends including CUDA, ROCm, Metal, Vulkan, WebGPU, and CPU implementations across various hardware platforms. The framework features swappable backends through a Backend trait,

Sort: