Uses of Class
org.bytedeco.cuda.cudnn.cudnnTensorTransformStruct
-
Packages that use cudnnTensorTransformStruct Package Description org.bytedeco.cuda.global -
-
Uses of cudnnTensorTransformStruct in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type cudnnTensorTransformStruct Modifier and Type Method Description static intcudnn. cudnnCreateTensorTransformDescriptor(cudnnTensorTransformStruct transformDesc)Create an empty tensor transform descriptorstatic intcudnn. cudnnDestroyTensorTransformDescriptor(cudnnTensorTransformStruct transformDesc)Destroys a previously created tensor transform descriptor.static intcudnn. 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)static intcudnn. cudnnGetTensorTransformDescriptor(cudnnTensorTransformStruct transformDesc, int nbDimsRequested, int[] destFormat, int[] padBeforeA, int[] padAfterA, int[] foldA, int[] direction)static intcudnn. cudnnGetTensorTransformDescriptor(cudnnTensorTransformStruct transformDesc, int nbDimsRequested, IntBuffer destFormat, IntBuffer padBeforeA, IntBuffer padAfterA, IntBuffer foldA, IntBuffer direction)static intcudnn. cudnnGetTensorTransformDescriptor(cudnnTensorTransformStruct transformDesc, int nbDimsRequested, IntPointer destFormat, IntPointer padBeforeA, IntPointer padAfterA, IntPointer foldA, IntPointer direction)Retrieves the values stored in a previously initialized tensor transform descriptor.static intcudnn. cudnnInitTransformDest(cudnnTensorTransformStruct transformDesc, cudnnTensorStruct srcDesc, cudnnTensorStruct destDesc, SizeTPointer destSizeInBytes)Create a destination descriptor for cudnnTransformTensorstatic intcudnn. cudnnSetTensorTransformDescriptor(cudnnTensorTransformStruct transformDesc, int nbDims, int destFormat, int[] padBeforeA, int[] padAfterA, int[] foldA, int direction)static intcudnn. cudnnSetTensorTransformDescriptor(cudnnTensorTransformStruct transformDesc, int nbDims, int destFormat, IntBuffer padBeforeA, IntBuffer padAfterA, IntBuffer foldA, int direction)static intcudnn. cudnnSetTensorTransformDescriptor(cudnnTensorTransformStruct transformDesc, int nbDims, int destFormat, IntPointer padBeforeA, IntPointer padAfterA, IntPointer foldA, int direction)Initialize a previously created tensor transform descriptor.static intcudnn. cudnnTransformFilter(cudnnContext handle, cudnnTensorTransformStruct transDesc, Pointer alpha, cudnnFilterStruct srcDesc, Pointer srcData, Pointer beta, cudnnFilterStruct destDesc, Pointer destData)static intcudnn. cudnnTransformTensorEx(cudnnContext handle, cudnnTensorTransformStruct transDesc, Pointer alpha, cudnnTensorStruct srcDesc, Pointer srcData, Pointer beta, cudnnTensorStruct destDesc, Pointer destData)
-