pub type TensorViewMut<'a, T, B = DeviceCpuSerial, D = Vec<usize>> = TensorBase<Storage<DataMut<'a, <B as DeviceRawAPI<T>>::Raw>, T, B>, D>;
Aliased Type§
pub struct TensorViewMut<'a, T, B = DeviceCpuSerial, D = Vec<usize>> { /* private fields */ }
pub type TensorViewMut<'a, T, B = DeviceCpuSerial, D = Vec<usize>> = TensorBase<Storage<DataMut<'a, <B as DeviceRawAPI<T>>::Raw>, T, B>, D>;
pub struct TensorViewMut<'a, T, B = DeviceCpuSerial, D = Vec<usize>> { /* private fields */ }