Registry / other / burn

burn

JSON →
library0.21.0rscratesunverified

Flexible and Comprehensive Deep Learning Framework in Rust

other
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

use burn::tensor::Tensor;

Creates a 2D tensor using the Wgpu backend and prints it.

use burn::tensor::Tensor; use burn::backend::Wgpu; let device = Default::default(); let tensor = Tensor::<Wgpu, 2>::from_data([[1.0, 2.0], [3.0, 4.0]], &device); println!("{:?}", tensor);
Debug
Known footguns
gotchaRequires a backend (e.g., Wgpu, Candle) to be enabled via feature flags.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
0 hits · last 30 days

No traffic data recorded yet.

Resources