Trait compute::predict::kernels::Kernel[][src]

pub trait Kernel<T, S> {
    fn forward(&self, x: T, y: T) -> S;
}

Required methods

Implementors