Type Alias TensorViewMut6

Source
pub type TensorViewMut6<'a, T> = TensorViewMut<'a, T, Ix6>;
Expand description

TensorViewMut with 6 dimensions.

Aliased Typeยง

pub struct TensorViewMut6<'a, T> { /* private fields */ }