[−][src]Trait tract_hir::internal::IntoArcTensor
Convenient conversion to Arc
Required methods
fn into_arc_tensor(self) -> Arc<Tensor>
Convert Self to a Arc
May perform a copy
Implementors
impl IntoArcTensor for Arc<Tensor>[src]
fn into_arc_tensor(self) -> Arc<Tensor>[src]
impl IntoArcTensor for Tensor[src]
fn into_arc_tensor(self) -> Arc<Tensor>[src]
impl<D, T> IntoArcTensor for ArrayBase<OwnedRepr<T>, D> where
D: Dimension,
T: Datum, [src]
D: Dimension,
T: Datum,