pub type TensorViewMut<'a, T = f32> = TensorBase<ViewMutData<'a, T>, DynLayout>;
Expand description
Mutable view of a tensor with a dynamic dimension count.
Aliased Typeยง
pub struct TensorViewMut<'a, T = f32> { /* private fields */ }
pub type TensorViewMut<'a, T = f32> = TensorBase<ViewMutData<'a, T>, DynLayout>;
Mutable view of a tensor with a dynamic dimension count.
pub struct TensorViewMut<'a, T = f32> { /* private fields */ }