Trait tract_pulse::internal::tract_core::prelude::IntoArcTensor
pub trait IntoArcTensor: Sized {
// Required method
fn into_arc_tensor(self) -> Arc<Tensor, Global>;
}
Expand description
Convenient conversion to Arc
Required Methods§
fn into_arc_tensor(self) -> Arc<Tensor, Global>
fn into_arc_tensor(self) -> Arc<Tensor, Global>
Convert Self to a Arc
May perform a copy