TensorRefMutAPI

Trait TensorRefMutAPI 

Source
pub trait TensorRefMutAPI<'l>: TensorViewAPI { }

Implementors§

Source§

impl<'l, R, T, B, D> TensorRefMutAPI<'l> for &mut TensorBase<Storage<R, T, B>, D>
where D: DimAPI, R: DataMutAPI<Data = <B as DeviceRawAPI<T>>::Raw>, B: DeviceAPI<T>, &mut TensorBase<Storage<R, T, B>, D>: TensorViewMutAPI,

Source§

impl<'l, T, B, D> TensorRefMutAPI<'l> for TensorBase<Storage<DataMut<'l, <B as DeviceRawAPI<T>>::Raw>, T, B>, D>
where D: DimAPI, B: DeviceAPI<T>, TensorBase<Storage<DataMut<'l, <B as DeviceRawAPI<T>>::Raw>, T, B>, D>: TensorViewMutAPI,