Trait tract_data::prelude::IntoArcTensor[][src]

pub trait IntoArcTensor: Sized {
    fn into_arc_tensor(self) -> Arc<Tensor>;
}

Convenient conversion to Arc.

Required methods

fn into_arc_tensor(self) -> Arc<Tensor>[src]

Convert Self to a Arc.

May perform a copy

Loading content...

Implementations on Foreign Types

impl<D: Dimension, T: Datum> IntoArcTensor for Array<T, D>[src]

impl IntoArcTensor for Arc<Tensor>[src]

Loading content...

Implementors

Loading content...