Type Alias TensorViewMutD

Source
pub type TensorViewMutD<'a, T> = TensorViewMut<'a, T, IxDyn>;
Expand description

TensorViewMut with dynamic dimensions.

Aliased Typeยง

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