[][src]Type Definition autograph::RwReadTensor

type RwReadTensor<'a, T, D> = TensorBase<RwReadRepr<'a, T>, D>;

Represents an immutable borrow of a RwTensor, acts like a TensorView