Trait ocl_convolution::ConvElement
source · pub trait ConvElement: OclPrm + Copy + 'static {
type Acc: OclPrm + Copy + 'static;
type Params: Copy + Into<Params> + Into<Self::ClParams>;
type ClParams: OclPrm;
}
Expand description
Supported element types for convolutions.