Type Alias TensorViewMut5

Source
pub type TensorViewMut5<'a, T> = TensorViewMut<'a, T, Ix5>;
Expand description

TensorViewMut with 5 dimensions.

Aliased Typeยง

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