MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / cudnnGetConvolutionNdForwardOutputDim

Function cudnnGetConvolutionNdForwardOutputDim

src/backend/cuda/cudnn.cpp:176–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176cudnnStatus_t cudnnGetConvolutionNdForwardOutputDim(
177 const cudnnConvolutionDescriptor_t convDesc,
178 const cudnnTensorDescriptor_t inputTensorDesc,
179 const cudnnFilterDescriptor_t filterDesc, int nbDims,
180 int tensorOuputDimA[]) {
181 return getCudnnPlugin().cudnnGetConvolutionNdForwardOutputDim(
182 convDesc, inputTensorDesc, filterDesc, nbDims, tensorOuputDimA);
183}
184
185cudnnStatus_t cudnnGetConvolutionForwardAlgorithmMaxCount(cudnnHandle_t handle,
186 int *count) {

Callers 1

convolve2_cudnnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected