Type Alias rten_tensor::TensorViewMut
source · 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 */ }