pub trait DispatchKernel<S: Session, V> {
    fn compile(&self, plc: &Placement) -> Result<Kernel<S, V>>;
}

Required Methods

Implementors