Trait tract_hir::internal::IntoArcTensor [−][src]
pub trait IntoArcTensor {
fn into_arc_tensor(self) -> Arc<Tensor>;
}
Expand description
Convenient conversion to Arc
Required methods
fn into_arc_tensor(self) -> Arc<Tensor>
fn into_arc_tensor(self) -> Arc<Tensor>
Convert Self to a Arc
May perform a copy