static int |
cudnn.cudnnConvolutionBackwardData(cudnnContext handle,
Pointer alpha,
cudnnFilterStruct wDesc,
Pointer w,
cudnnTensorStruct dyDesc,
Pointer dy,
cudnnConvolutionStruct convDesc,
int algo,
Pointer workSpace,
long workSpaceSizeInBytes,
Pointer beta,
cudnnTensorStruct dxDesc,
Pointer dx)
Deprecated.
|
static int |
cudnn.cudnnConvolutionBackwardFilter(cudnnContext handle,
Pointer alpha,
cudnnTensorStruct xDesc,
Pointer x,
cudnnTensorStruct dyDesc,
Pointer dy,
cudnnConvolutionStruct convDesc,
int algo,
Pointer workSpace,
long workSpaceSizeInBytes,
Pointer beta,
cudnnFilterStruct dwDesc,
Pointer dw)
Deprecated.
|
static int |
cudnn.cudnnConvolutionBiasActivationForward(cudnnContext handle,
Pointer alpha1,
cudnnTensorStruct xDesc,
Pointer x,
cudnnFilterStruct wDesc,
Pointer w,
cudnnConvolutionStruct convDesc,
int algo,
Pointer workSpace,
long workSpaceSizeInBytes,
Pointer alpha2,
cudnnTensorStruct zDesc,
Pointer z,
cudnnTensorStruct biasDesc,
Pointer bias,
cudnnActivationStruct activationDesc,
cudnnTensorStruct yDesc,
Pointer y)
Deprecated.
|
static int |
cudnn.cudnnConvolutionForward(cudnnContext handle,
Pointer alpha,
cudnnTensorStruct xDesc,
Pointer x,
cudnnFilterStruct wDesc,
Pointer w,
cudnnConvolutionStruct convDesc,
int algo,
Pointer workSpace,
long workSpaceSizeInBytes,
Pointer beta,
cudnnTensorStruct yDesc,
Pointer y)
Deprecated.
|
static int |
cudnn.cudnnCreateFilterDescriptor(cudnnFilterStruct filterDesc)
Deprecated.
|
static int |
cudnn.cudnnDestroyFilterDescriptor(cudnnFilterStruct filterDesc)
Deprecated.
|
static int |
cudnn.cudnnFindConvolutionBackwardDataAlgorithm(cudnnContext handle,
cudnnFilterStruct wDesc,
cudnnTensorStruct dyDesc,
cudnnConvolutionStruct convDesc,
cudnnTensorStruct dxDesc,
int requestedAlgoCount,
int[] returnedAlgoCount,
cudnnConvolutionBwdDataAlgoPerf_t perfResults)
Deprecated.
|
static int |
cudnn.cudnnFindConvolutionBackwardDataAlgorithm(cudnnContext handle,
cudnnFilterStruct wDesc,
cudnnTensorStruct dyDesc,
cudnnConvolutionStruct convDesc,
cudnnTensorStruct dxDesc,
int requestedAlgoCount,
IntBuffer returnedAlgoCount,
cudnnConvolutionBwdDataAlgoPerf_t perfResults)
Deprecated.
|
static int |
cudnn.cudnnFindConvolutionBackwardDataAlgorithm(cudnnContext handle,
cudnnFilterStruct wDesc,
cudnnTensorStruct dyDesc,
cudnnConvolutionStruct convDesc,
cudnnTensorStruct dxDesc,
int requestedAlgoCount,
IntPointer returnedAlgoCount,
cudnnConvolutionBwdDataAlgoPerf_t perfResults)
Deprecated.
|
static int |
cudnn.cudnnFindConvolutionBackwardDataAlgorithmEx(cudnnContext handle,
cudnnFilterStruct wDesc,
Pointer w,
cudnnTensorStruct dyDesc,
Pointer dy,
cudnnConvolutionStruct convDesc,
cudnnTensorStruct dxDesc,
Pointer dx,
int requestedAlgoCount,
int[] returnedAlgoCount,
cudnnConvolutionBwdDataAlgoPerf_t perfResults,
Pointer workSpace,
long workSpaceSizeInBytes)
Deprecated.
|
static int |
cudnn.cudnnFindConvolutionBackwardDataAlgorithmEx(cudnnContext handle,
cudnnFilterStruct wDesc,
Pointer w,
cudnnTensorStruct dyDesc,
Pointer dy,
cudnnConvolutionStruct convDesc,
cudnnTensorStruct dxDesc,
Pointer dx,
int requestedAlgoCount,
IntBuffer returnedAlgoCount,
cudnnConvolutionBwdDataAlgoPerf_t perfResults,
Pointer workSpace,
long workSpaceSizeInBytes)
Deprecated.
|
static int |
cudnn.cudnnFindConvolutionBackwardDataAlgorithmEx(cudnnContext handle,
cudnnFilterStruct wDesc,
Pointer w,
cudnnTensorStruct dyDesc,
Pointer dy,
cudnnConvolutionStruct convDesc,
cudnnTensorStruct dxDesc,
Pointer dx,
int requestedAlgoCount,
IntPointer returnedAlgoCount,
cudnnConvolutionBwdDataAlgoPerf_t perfResults,
Pointer workSpace,
long workSpaceSizeInBytes)
Deprecated.
|
static int |
cudnn.cudnnFindConvolutionBackwardFilterAlgorithm(cudnnContext handle,
cudnnTensorStruct xDesc,
cudnnTensorStruct dyDesc,
cudnnConvolutionStruct convDesc,
cudnnFilterStruct dwDesc,
int requestedAlgoCount,
int[] returnedAlgoCount,
cudnnConvolutionBwdFilterAlgoPerf_t perfResults)
Deprecated.
|
static int |
cudnn.cudnnFindConvolutionBackwardFilterAlgorithm(cudnnContext handle,
cudnnTensorStruct xDesc,
cudnnTensorStruct dyDesc,
cudnnConvolutionStruct convDesc,
cudnnFilterStruct dwDesc,
int requestedAlgoCount,
IntBuffer returnedAlgoCount,
cudnnConvolutionBwdFilterAlgoPerf_t perfResults)
Deprecated.
|
static int |
cudnn.cudnnFindConvolutionBackwardFilterAlgorithm(cudnnContext handle,
cudnnTensorStruct xDesc,
cudnnTensorStruct dyDesc,
cudnnConvolutionStruct convDesc,
cudnnFilterStruct dwDesc,
int requestedAlgoCount,
IntPointer returnedAlgoCount,
cudnnConvolutionBwdFilterAlgoPerf_t perfResults)
Deprecated.
|
static int |
cudnn.cudnnFindConvolutionBackwardFilterAlgorithmEx(cudnnContext handle,
cudnnTensorStruct xDesc,
Pointer x,
cudnnTensorStruct dyDesc,
Pointer y,
cudnnConvolutionStruct convDesc,
cudnnFilterStruct dwDesc,
Pointer dw,
int requestedAlgoCount,
int[] returnedAlgoCount,
cudnnConvolutionBwdFilterAlgoPerf_t perfResults,
Pointer workSpace,
long workSpaceSizeInBytes)
Deprecated.
|
static int |
cudnn.cudnnFindConvolutionBackwardFilterAlgorithmEx(cudnnContext handle,
cudnnTensorStruct xDesc,
Pointer x,
cudnnTensorStruct dyDesc,
Pointer y,
cudnnConvolutionStruct convDesc,
cudnnFilterStruct dwDesc,
Pointer dw,
int requestedAlgoCount,
IntBuffer returnedAlgoCount,
cudnnConvolutionBwdFilterAlgoPerf_t perfResults,
Pointer workSpace,
long workSpaceSizeInBytes)
Deprecated.
|
static int |
cudnn.cudnnFindConvolutionBackwardFilterAlgorithmEx(cudnnContext handle,
cudnnTensorStruct xDesc,
Pointer x,
cudnnTensorStruct dyDesc,
Pointer y,
cudnnConvolutionStruct convDesc,
cudnnFilterStruct dwDesc,
Pointer dw,
int requestedAlgoCount,
IntPointer returnedAlgoCount,
cudnnConvolutionBwdFilterAlgoPerf_t perfResults,
Pointer workSpace,
long workSpaceSizeInBytes)
Deprecated.
|
static int |
cudnn.cudnnFindConvolutionForwardAlgorithm(cudnnContext handle,
cudnnTensorStruct xDesc,
cudnnFilterStruct wDesc,
cudnnConvolutionStruct convDesc,
cudnnTensorStruct yDesc,
int requestedAlgoCount,
int[] returnedAlgoCount,
cudnnConvolutionFwdAlgoPerf_t perfResults)
Deprecated.
|
static int |
cudnn.cudnnFindConvolutionForwardAlgorithm(cudnnContext handle,
cudnnTensorStruct xDesc,
cudnnFilterStruct wDesc,
cudnnConvolutionStruct convDesc,
cudnnTensorStruct yDesc,
int requestedAlgoCount,
IntBuffer returnedAlgoCount,
cudnnConvolutionFwdAlgoPerf_t perfResults)
Deprecated.
|
static int |
cudnn.cudnnFindConvolutionForwardAlgorithm(cudnnContext handle,
cudnnTensorStruct xDesc,
cudnnFilterStruct wDesc,
cudnnConvolutionStruct convDesc,
cudnnTensorStruct yDesc,
int requestedAlgoCount,
IntPointer returnedAlgoCount,
cudnnConvolutionFwdAlgoPerf_t perfResults)
Deprecated.
|
static int |
cudnn.cudnnFindConvolutionForwardAlgorithmEx(cudnnContext handle,
cudnnTensorStruct xDesc,
Pointer x,
cudnnFilterStruct wDesc,
Pointer w,
cudnnConvolutionStruct convDesc,
cudnnTensorStruct yDesc,
Pointer y,
int requestedAlgoCount,
int[] returnedAlgoCount,
cudnnConvolutionFwdAlgoPerf_t perfResults,
Pointer workSpace,
long workSpaceSizeInBytes)
Deprecated.
|
static int |
cudnn.cudnnFindConvolutionForwardAlgorithmEx(cudnnContext handle,
cudnnTensorStruct xDesc,
Pointer x,
cudnnFilterStruct wDesc,
Pointer w,
cudnnConvolutionStruct convDesc,
cudnnTensorStruct yDesc,
Pointer y,
int requestedAlgoCount,
IntBuffer returnedAlgoCount,
cudnnConvolutionFwdAlgoPerf_t perfResults,
Pointer workSpace,
long workSpaceSizeInBytes)
Deprecated.
|
static int |
cudnn.cudnnFindConvolutionForwardAlgorithmEx(cudnnContext handle,
cudnnTensorStruct xDesc,
Pointer x,
cudnnFilterStruct wDesc,
Pointer w,
cudnnConvolutionStruct convDesc,
cudnnTensorStruct yDesc,
Pointer y,
int requestedAlgoCount,
IntPointer returnedAlgoCount,
cudnnConvolutionFwdAlgoPerf_t perfResults,
Pointer workSpace,
long workSpaceSizeInBytes)
Deprecated.
|
static int |
cudnn.cudnnGetConvolution2dForwardOutputDim(cudnnConvolutionStruct convDesc,
cudnnTensorStruct inputTensorDesc,
cudnnFilterStruct filterDesc,
int[] n,
int[] c,
int[] h,
int[] w)
Deprecated.
|
static int |
cudnn.cudnnGetConvolution2dForwardOutputDim(cudnnConvolutionStruct convDesc,
cudnnTensorStruct inputTensorDesc,
cudnnFilterStruct filterDesc,
IntBuffer n,
IntBuffer c,
IntBuffer h,
IntBuffer w)
Deprecated.
|
static int |
cudnn.cudnnGetConvolution2dForwardOutputDim(cudnnConvolutionStruct convDesc,
cudnnTensorStruct inputTensorDesc,
cudnnFilterStruct filterDesc,
IntPointer n,
IntPointer c,
IntPointer h,
IntPointer w)
Deprecated.
|
static int |
cudnn.cudnnGetConvolutionBackwardDataAlgorithm_v7(cudnnContext handle,
cudnnFilterStruct filterDesc,
cudnnTensorStruct diffDesc,
cudnnConvolutionStruct convDesc,
cudnnTensorStruct gradDesc,
int requestedAlgoCount,
int[] returnedAlgoCount,
cudnnConvolutionBwdDataAlgoPerf_t perfResults)
Deprecated.
|
static int |
cudnn.cudnnGetConvolutionBackwardDataAlgorithm_v7(cudnnContext handle,
cudnnFilterStruct filterDesc,
cudnnTensorStruct diffDesc,
cudnnConvolutionStruct convDesc,
cudnnTensorStruct gradDesc,
int requestedAlgoCount,
IntBuffer returnedAlgoCount,
cudnnConvolutionBwdDataAlgoPerf_t perfResults)
Deprecated.
|
static int |
cudnn.cudnnGetConvolutionBackwardDataAlgorithm_v7(cudnnContext handle,
cudnnFilterStruct filterDesc,
cudnnTensorStruct diffDesc,
cudnnConvolutionStruct convDesc,
cudnnTensorStruct gradDesc,
int requestedAlgoCount,
IntPointer returnedAlgoCount,
cudnnConvolutionBwdDataAlgoPerf_t perfResults)
Deprecated.
|
static int |
cudnn.cudnnGetConvolutionBackwardDataWorkspaceSize(cudnnContext handle,
cudnnFilterStruct wDesc,
cudnnTensorStruct dyDesc,
cudnnConvolutionStruct convDesc,
cudnnTensorStruct dxDesc,
int algo,
SizeTPointer sizeInBytes)
Deprecated.
|
static int |
cudnn.cudnnGetConvolutionBackwardFilterAlgorithm_v7(cudnnContext handle,
cudnnTensorStruct srcDesc,
cudnnTensorStruct diffDesc,
cudnnConvolutionStruct convDesc,
cudnnFilterStruct gradDesc,
int requestedAlgoCount,
int[] returnedAlgoCount,
cudnnConvolutionBwdFilterAlgoPerf_t perfResults)
Deprecated.
|
static int |
cudnn.cudnnGetConvolutionBackwardFilterAlgorithm_v7(cudnnContext handle,
cudnnTensorStruct srcDesc,
cudnnTensorStruct diffDesc,
cudnnConvolutionStruct convDesc,
cudnnFilterStruct gradDesc,
int requestedAlgoCount,
IntBuffer returnedAlgoCount,
cudnnConvolutionBwdFilterAlgoPerf_t perfResults)
Deprecated.
|
static int |
cudnn.cudnnGetConvolutionBackwardFilterAlgorithm_v7(cudnnContext handle,
cudnnTensorStruct srcDesc,
cudnnTensorStruct diffDesc,
cudnnConvolutionStruct convDesc,
cudnnFilterStruct gradDesc,
int requestedAlgoCount,
IntPointer returnedAlgoCount,
cudnnConvolutionBwdFilterAlgoPerf_t perfResults)
Deprecated.
|
static int |
cudnn.cudnnGetConvolutionBackwardFilterWorkspaceSize(cudnnContext handle,
cudnnTensorStruct xDesc,
cudnnTensorStruct dyDesc,
cudnnConvolutionStruct convDesc,
cudnnFilterStruct gradDesc,
int algo,
SizeTPointer sizeInBytes)
Deprecated.
|
static int |
cudnn.cudnnGetConvolutionForwardAlgorithm_v7(cudnnContext handle,
cudnnTensorStruct srcDesc,
cudnnFilterStruct filterDesc,
cudnnConvolutionStruct convDesc,
cudnnTensorStruct destDesc,
int requestedAlgoCount,
int[] returnedAlgoCount,
cudnnConvolutionFwdAlgoPerf_t perfResults)
Deprecated.
|
static int |
cudnn.cudnnGetConvolutionForwardAlgorithm_v7(cudnnContext handle,
cudnnTensorStruct srcDesc,
cudnnFilterStruct filterDesc,
cudnnConvolutionStruct convDesc,
cudnnTensorStruct destDesc,
int requestedAlgoCount,
IntBuffer returnedAlgoCount,
cudnnConvolutionFwdAlgoPerf_t perfResults)
Deprecated.
|
static int |
cudnn.cudnnGetConvolutionForwardAlgorithm_v7(cudnnContext handle,
cudnnTensorStruct srcDesc,
cudnnFilterStruct filterDesc,
cudnnConvolutionStruct convDesc,
cudnnTensorStruct destDesc,
int requestedAlgoCount,
IntPointer returnedAlgoCount,
cudnnConvolutionFwdAlgoPerf_t perfResults)
Deprecated.
|
static int |
cudnn.cudnnGetConvolutionForwardWorkspaceSize(cudnnContext handle,
cudnnTensorStruct xDesc,
cudnnFilterStruct wDesc,
cudnnConvolutionStruct convDesc,
cudnnTensorStruct yDesc,
int algo,
SizeTPointer sizeInBytes)
Deprecated.
|
static int |
cudnn.cudnnGetConvolutionNdForwardOutputDim(cudnnConvolutionStruct convDesc,
cudnnTensorStruct inputTensorDesc,
cudnnFilterStruct filterDesc,
int nbDims,
int[] tensorOuputDimA)
Deprecated.
|
static int |
cudnn.cudnnGetConvolutionNdForwardOutputDim(cudnnConvolutionStruct convDesc,
cudnnTensorStruct inputTensorDesc,
cudnnFilterStruct filterDesc,
int nbDims,
IntBuffer tensorOuputDimA)
Deprecated.
|
static int |
cudnn.cudnnGetConvolutionNdForwardOutputDim(cudnnConvolutionStruct convDesc,
cudnnTensorStruct inputTensorDesc,
cudnnFilterStruct filterDesc,
int nbDims,
IntPointer tensorOuputDimA)
Deprecated.
|
static int |
cudnn.cudnnGetFilter4dDescriptor(cudnnFilterStruct filterDesc,
int[] dataType,
int[] format,
int[] k,
int[] c,
int[] h,
int[] w)
Deprecated.
|
static int |
cudnn.cudnnGetFilter4dDescriptor(cudnnFilterStruct filterDesc,
IntBuffer dataType,
IntBuffer format,
IntBuffer k,
IntBuffer c,
IntBuffer h,
IntBuffer w)
Deprecated.
|
static int |
cudnn.cudnnGetFilter4dDescriptor(cudnnFilterStruct filterDesc,
IntPointer dataType,
IntPointer format,
IntPointer k,
IntPointer c,
IntPointer h,
IntPointer w)
Deprecated.
|
static int |
cudnn.cudnnGetFilterNdDescriptor(cudnnFilterStruct filterDesc,
int nbDimsRequested,
int[] dataType,
int[] format,
int[] nbDims,
int[] filterDimA)
Deprecated.
|
static int |
cudnn.cudnnGetFilterNdDescriptor(cudnnFilterStruct filterDesc,
int nbDimsRequested,
IntBuffer dataType,
IntBuffer format,
IntBuffer nbDims,
IntBuffer filterDimA)
Deprecated.
|
static int |
cudnn.cudnnGetFilterNdDescriptor(cudnnFilterStruct filterDesc,
int nbDimsRequested,
IntPointer dataType,
IntPointer format,
IntPointer nbDims,
IntPointer filterDimA)
Deprecated.
|
static int |
cudnn.cudnnGetFilterSizeInBytes(cudnnFilterStruct filterDesc,
SizeTPointer size)
Deprecated.
|
static int |
cudnn.cudnnGetFoldedConvBackwardDataDescriptors(cudnnContext handle,
cudnnFilterStruct filterDesc,
cudnnTensorStruct diffDesc,
cudnnConvolutionStruct convDesc,
cudnnTensorStruct gradDesc,
int transformFormat,
cudnnFilterStruct foldedFilterDesc,
cudnnTensorStruct paddedDiffDesc,
cudnnConvolutionStruct foldedConvDesc,
cudnnTensorStruct foldedGradDesc,
cudnnTensorTransformStruct filterFoldTransDesc,
cudnnTensorTransformStruct diffPadTransDesc,
cudnnTensorTransformStruct gradFoldTransDesc,
cudnnTensorTransformStruct gradUnfoldTransDesc)
Deprecated.
|
static int |
cudnn.cudnnIm2Col(cudnnContext handle,
cudnnTensorStruct xDesc,
Pointer x,
cudnnFilterStruct wDesc,
cudnnConvolutionStruct convDesc,
Pointer colBuffer)
Deprecated.
|
static int |
cudnn.cudnnReorderFilterAndBias(cudnnContext handle,
cudnnFilterStruct filterDesc,
int reorderType,
Pointer filterData,
Pointer reorderedFilterData,
int reorderBias,
Pointer biasData,
Pointer reorderedBiasData)
Deprecated.
|
static int |
cudnn.cudnnSetFilter4dDescriptor(cudnnFilterStruct filterDesc,
int dataType,
int format,
int k,
int c,
int h,
int w)
Deprecated.
|
static int |
cudnn.cudnnSetFilterNdDescriptor(cudnnFilterStruct filterDesc,
int dataType,
int format,
int nbDims,
int[] filterDimA)
Deprecated.
|
static int |
cudnn.cudnnSetFilterNdDescriptor(cudnnFilterStruct filterDesc,
int dataType,
int format,
int nbDims,
IntBuffer filterDimA)
Deprecated.
|
static int |
cudnn.cudnnSetFilterNdDescriptor(cudnnFilterStruct filterDesc,
int dataType,
int format,
int nbDims,
IntPointer filterDimA)
Deprecated.
|
static int |
cudnn.cudnnTransformFilter(cudnnContext handle,
cudnnTensorTransformStruct transDesc,
Pointer alpha,
cudnnFilterStruct srcDesc,
Pointer srcData,
Pointer beta,
cudnnFilterStruct destDesc,
Pointer destData)
Deprecated.
|