create_convolution_def

Function create_convolution_def 

Source
pub fn create_convolution_def() -> 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.

§Note

This alternative version of create_convolution function uses the following default values for its arguments:

  • user_block_size: Size()