Registry / other / burn-tensor

burn-tensor

JSON →
library0.21.0rscratesunverified

Tensor library with user-friendly APIs and automatic differentiation support for deep learning.

# Cargo.toml [dependencies] burn-tensor = "0.21.0"
INSTALL
IMPORT
SIG · BURN-TENSOR
B
burn-tensor
otherrustv0.21.0
harness data pending
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.

Tensor
use burn_tensor::Tensor;

Creates a simple tensor from data.

use burn_tensor::Tensor; fn main() { let tensor = Tensor::<f32>::from_data([1.0, 2.0, 3.0]); println!("{:?}", tensor); }
Debug
Known issues
gotchaRequires a backend (e.g., burn-ndarray or burn-wgpu) to be added as a dependency.
fix
Add a backend crate like burn-ndarray to your dependencies.
affects: >=0.21.0
Upgrade
Version history
0.21.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
OpenAI (training)
1
Resources
burn-tensor — cargo add burn-tensor · libregistry