Uses of Class
org.bytedeco.cuda.cudnn.cudnnReduceTensorStruct
-
Packages that use cudnnReduceTensorStruct Package Description org.bytedeco.cuda.global -
-
Uses of cudnnReduceTensorStruct in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type cudnnReduceTensorStruct Modifier and Type Method Description static intcudnn. cudnnCreateReduceTensorDescriptor(cudnnReduceTensorStruct reduceTensorDesc)static intcudnn. cudnnDestroyReduceTensorDescriptor(cudnnReduceTensorStruct reduceTensorDesc)static intcudnn. cudnnGetReduceTensorDescriptor(cudnnReduceTensorStruct reduceTensorDesc, int[] reduceTensorOp, int[] reduceTensorCompType, int[] reduceTensorNanOpt, int[] reduceTensorIndices, int[] reduceTensorIndicesType)static intcudnn. cudnnGetReduceTensorDescriptor(cudnnReduceTensorStruct reduceTensorDesc, IntBuffer reduceTensorOp, IntBuffer reduceTensorCompType, IntBuffer reduceTensorNanOpt, IntBuffer reduceTensorIndices, IntBuffer reduceTensorIndicesType)static intcudnn. cudnnGetReduceTensorDescriptor(cudnnReduceTensorStruct reduceTensorDesc, IntPointer reduceTensorOp, IntPointer reduceTensorCompType, IntPointer reduceTensorNanOpt, IntPointer reduceTensorIndices, IntPointer reduceTensorIndicesType)static intcudnn. cudnnGetReductionIndicesSize(cudnnContext handle, cudnnReduceTensorStruct reduceTensorDesc, cudnnTensorStruct aDesc, cudnnTensorStruct cDesc, SizeTPointer sizeInBytes)static intcudnn. cudnnGetReductionWorkspaceSize(cudnnContext handle, cudnnReduceTensorStruct reduceTensorDesc, cudnnTensorStruct aDesc, cudnnTensorStruct cDesc, SizeTPointer sizeInBytes)static intcudnn. cudnnReduceTensor(cudnnContext handle, cudnnReduceTensorStruct reduceTensorDesc, Pointer indices, long indicesSizeInBytes, Pointer workspace, long workspaceSizeInBytes, Pointer alpha, cudnnTensorStruct aDesc, Pointer A, Pointer beta, cudnnTensorStruct cDesc, Pointer C)static intcudnn. cudnnSetReduceTensorDescriptor(cudnnReduceTensorStruct reduceTensorDesc, int reduceTensorOp, int reduceTensorCompType, int reduceTensorNanOpt, int reduceTensorIndices, int reduceTensorIndicesType)
-