Trait ocl_convolution::ConvElement
source · pub trait ConvElement: OclPrm + Copy + Default + WithParams + 'static {
type Acc: OclPrm + Copy + Default + 'static;
}
Expand description
Supported element types for convolutions.
Required Associated Types§
Object Safety§
This trait is not object safe.