[][src]Type Definition autograph::Tensor

type Tensor<T, D> = TensorBase<OwnedRepr<T>, D>;

Tensor which has exclusive ownership of its data