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

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

Convenient conversion to Arc.

Required methods

Convert Self to a Arc.

May perform a copy

Implementors