[][src]Type Definition autograph::TensorViewMut

type TensorViewMut<'a, T, D> = TensorBase<ViewRepr<&'a mut Buffer<T>>, D>;

Tensor which has a mutable (exclusive) borrow of its data