Type Alias TensorViewMut3

Source
pub type TensorViewMut3<'a, T> = TensorViewMut<'a, T, Ix3>;
Expand description

TensorViewMut with 3 dimensions.

Aliased Typeยง

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