TensorViewMut

Type Alias TensorViewMut 

Source
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 */ }