Home
last modified time | relevance | path

Searched refs:filtersMat (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/dnn/src/layers/
H A Dconvolution_layer.cpp2061 Mat filtersMat = fusedWeights ? weightsMat : blobs[0]; in initCUDA() local
2067 …Target, std::move(context->stream), std::move(context->cudnn_handle), config, filtersMat, biasMat); in initCUDA()
2758 Mat filtersMat = fusedWeights ? weightsMat.t() : blobs[0]; in initCUDA() local
2765 …Target, std::move(context->stream), std::move(context->cudnn_handle), config, filtersMat, biasMat); in initCUDA()