pub type TensorViewMut3<'a, T> = TensorViewMut<'a, T, Ix3>;Expand description
TensorViewMut with 3 dimensions.
Aliased Typeยง
pub struct TensorViewMut3<'a, T> { /* private fields */ }pub type TensorViewMut3<'a, T> = TensorViewMut<'a, T, Ix3>;TensorViewMut with 3 dimensions.
pub struct TensorViewMut3<'a, T> { /* private fields */ }