Type Alias rten_tensor::NdTensorViewMut

source ·
pub type NdTensorViewMut<'a, T, const N: usize> = TensorBase<T, &'a mut [T], NdLayout<N>>;
Expand description

Mutable view of a slice of a tensor with a static dimension count.

Aliased Type§

struct NdTensorViewMut<'a, T, const N: usize> { /* private fields */ }