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

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

Convenient conversion to Arc.

Required methods

Convert Self to a Arc.

May perform a copy

Implementations on Foreign Types

Implementors