Skip to main content

TensorRefMutAPI

Trait TensorRefMutAPI 

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

Implementors§

Source§

impl<'l, R, T, B, D> TensorRefMutAPI<'l> for &mut TensorAny<R, T, B, D>
where D: DimAPI, R: DataMutAPI<Data = B::Raw>, B: DeviceAPI<T>, Self: TensorViewMutAPI,

Source§

impl<'l, T, B, D> TensorRefMutAPI<'l> for TensorMut<'l, T, B, D>
where D: DimAPI, B: DeviceAPI<T>, Self: TensorViewMutAPI,