Searched defs:convDesc (Results 1 – 6 of 6) sorted by relevance
/dports/graphics/opencv/opencv-4.5.3/modules/dnn/src/cuda4dnn/csl/cudnn/ |
H A D | convolution.hpp | 266 const ConvolutionDescriptor<T>& convDesc, in ConvolutionAlgorithm() 344 const ConvolutionDescriptor<T>& convDesc, in getConvolutionForwardOutputDim() 398 const ConvolutionDescriptor<T>& convDesc, in convolve() 426 const ConvolutionDescriptor<half>& convDesc, in convolve() 480 const ConvolutionDescriptor<T>& convDesc, in convolve_with_bias_activation() 512 const ConvolutionDescriptor<half>& convDesc, in convolve_with_bias_activation() 570 const ConvolutionDescriptor<T>& convDesc, in convolve_with_bias_eltwise_activation() 604 const ConvolutionDescriptor<half>& convDesc, in convolve_with_bias_eltwise_activation()
|
H A D | transpose_convolution.hpp | 33 const ConvolutionDescriptor<T>& convDesc, in TransposeConvolutionAlgorithm() 128 const ConvolutionDescriptor<T>& convDesc, in transpose_convolve() 155 const ConvolutionDescriptor<half>& convDesc, in transpose_convolve()
|
/dports/math/py-theano/Theano-1.0.5/theano/gpuarray/c_code/ |
H A D | dnn_conv_base.c | 147 static int dnn_check_convolution_output(cudnnConvolutionDescriptor_t convDesc, in dnn_check_convolution_output() 230 static std::string shape(cudnnConvolutionDescriptor_t convDesc, int dataTypecode) in shape() 299 cudnnConvolutionDescriptor_t convDesc, in dnn_conv_shape()
|
/dports/graphics/opencv/opencv-4.5.3/modules/dnn/src/cuda4dnn/csl/ |
H A D | tensor_ops.hpp | 279 ConvolutionDescriptor convDesc; member in cv::dnn::cuda4dnn::csl::Convolution 353 ConvolutionDescriptor convDesc; member in cv::dnn::cuda4dnn::csl::TransposeConvolution
|
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/gsttools/ |
H A D | qgstreamerplayersession.cpp | 165 static const auto convDesc = qEnvironmentVariable("QT_GSTREAMER_PLAYBIN_CONVERT"); in initPlaybin() local
|
/dports/misc/darknet/darknet-darknet_yolo_v4_pre/include/ |
H A D | darknet.h | 625 cudnnConvolutionDescriptor_t convDesc; member 638 void* convDesc; member
|