pub fn create_convolution(user_block_size: Size) -> Result<Ptr<Convolution>>
Expand description
Creates implementation for cuda::Convolution .
§Parameters
- user_block_size: Block size. If you leave default value Size(0,0) then automatic estimation of block size will be used (which is optimized for speed). By varying user_block_size you can reduce memory requirements at the cost of speed.
§C++ default parameters
- user_block_size: Size()