Skip to main content

SharedArray

Type Alias SharedArray 

Source
pub type SharedArray<E> = ArcArray<E, IxDyn>;
๐Ÿ‘ŽDeprecated since 0.22.0:

burn-ndarray is deprecated and will be removed in a future release. Use burn-flex for pure-Rust CPU execution (std, no_std, WebAssembly), or one of the CubeCL backends (burn-cuda, burn-rocm, burn-wgpu, burn-cpu) for GPU acceleration.

Expand description

Concrete storage type for ndarray (owned with COW semantics via Arc)

Aliased Typeยง

pub struct SharedArray<E> { /* private fields */ }