[][src]Type Definition autograph::RwWriteTensor

type RwWriteTensor<'a, T, D> = TensorBase<RwWriteRepr<'a, T>, D>;

Represents a mutable borrow of a RwTensor, acts like a TensorViewMut