Searched refs:convAlgo (Results 1 – 2 of 2) sorted by relevance
/dports/graphics/opencv/opencv-4.5.3/modules/dnn/src/cuda4dnn/csl/cudnn/ |
H A D | convolution.hpp | 399 const ConvolutionAlgorithm<T>& convAlgo, in convolve() argument 416 convDesc.get(), convAlgo.get(), in convolve() 427 const ConvolutionAlgorithm<half>& convAlgo, in convolve() argument 446 convDesc.get(), convAlgo.get(), in convolve() 481 const ConvolutionAlgorithm<T>& convAlgo, in convolve_with_bias_activation() argument 500 convDesc.get(), convAlgo.get(), in convolve_with_bias_activation() 513 const ConvolutionAlgorithm<half>& convAlgo, in convolve_with_bias_activation() argument 532 convDesc.get(), convAlgo.get(), in convolve_with_bias_activation() 571 const ConvolutionAlgorithm<T>& convAlgo, in convolve_with_bias_eltwise_activation() argument 592 convDesc.get(), convAlgo.get(), in convolve_with_bias_eltwise_activation() [all …]
|
H A D | transpose_convolution.hpp | 156 const TransposeConvolutionAlgorithm<half>& convAlgo, in transpose_convolve() argument 174 convDesc.get(), convAlgo.get(), in transpose_convolve()
|