[][src]Type Definition autograph::TensorView

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

Tensor which has an immutable (shared) borrow of its data