[−][src]Trait ocl_convolution::WithParams
Type that can be associated with convolution parameters.
Associated Types
type Params: Clone + Debug + Into<Self::ClParams>
Parameters of the convolution.
type ClParams: OclPrm
OpenCL-friendly version of parameters.
Required methods
fn get_generic_params(params: &Self::Params) -> Params
Extracts generic parameters.