Trait tract_hir::internal::tract_linalg::frame::element_wise::ElementWise [−][src]
pub trait ElementWise<T>: Send + Sync + Debug + DynClone where
T: Copy + Debug + PartialEq<T> + Send + Sync, {
fn run(&self, vec: &mut [T]) -> Result<(), Error>;
}