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