Registry / other / burn-ndarray

burn-ndarray

JSON →
library0.20.1rscratesunverified

Ndarray backend for the Burn deep learning framework.

# Cargo.toml [dependencies] burn-ndarray = "0.20.1"
INSTALL
IMPORT
SIG · BURN-NDARRAY
B
burn-ndarray
otherrustv0.20.1
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.

NdArray
use burn_ndarray::NdArray;

Create a 2D tensor using the NdArray backend.

use burn_ndarray::NdArray; use burn::tensor::Tensor; let tensor: Tensor<NdArray, 2> = Tensor::from_data([[1.0, 2.0], [3.0, 4.0]]);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.20.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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