[][src]Type Definition autograph::ArcTensor

type ArcTensor<T, D> = TensorBase<ArcRepr<T>, D>;

Tensor which has threadsafe shared immutable access without a lifetime

Trait Implementations

impl<T: Num, D: Dimension> From<TensorBase<OwnedRepr<T>, D>> for ArcTensor<T, D>[src]