Function rcudnn::cudnnGetConvolutionNdForwardOutputDim[][src]

pub unsafe extern "C" fn cudnnGetConvolutionNdForwardOutputDim(
    convDesc: *mut cudnnConvolutionStruct,
    inputTensorDesc: *mut cudnnTensorStruct,
    filterDesc: *mut cudnnFilterStruct,
    nbDims: i32,
    tensorOuputDimA: *mut i32
) -> cudnnStatus_t