Uses of Class
org.bytedeco.cuda.cudnn.cudnnOpTensorStruct
-
Packages that use cudnnOpTensorStruct Package Description org.bytedeco.cuda.global -
-
Uses of cudnnOpTensorStruct in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type cudnnOpTensorStruct Modifier and Type Method Description static intcudnn. cudnnCreateOpTensorDescriptor(cudnnOpTensorStruct opTensorDesc)static intcudnn. cudnnDestroyOpTensorDescriptor(cudnnOpTensorStruct opTensorDesc)static intcudnn. cudnnGetOpTensorDescriptor(cudnnOpTensorStruct opTensorDesc, int[] opTensorOp, int[] opTensorCompType, int[] opTensorNanOpt)static intcudnn. cudnnGetOpTensorDescriptor(cudnnOpTensorStruct opTensorDesc, IntBuffer opTensorOp, IntBuffer opTensorCompType, IntBuffer opTensorNanOpt)static intcudnn. cudnnGetOpTensorDescriptor(cudnnOpTensorStruct opTensorDesc, IntPointer opTensorOp, IntPointer opTensorCompType, IntPointer opTensorNanOpt)static intcudnn. cudnnOpTensor(cudnnContext handle, cudnnOpTensorStruct opTensorDesc, Pointer alpha1, cudnnTensorStruct aDesc, Pointer A, Pointer alpha2, cudnnTensorStruct bDesc, Pointer B, Pointer beta, cudnnTensorStruct cDesc, Pointer C)static intcudnn. cudnnSetOpTensorDescriptor(cudnnOpTensorStruct opTensorDesc, int opTensorOp, int opTensorCompType, int opTensorNanOpt)
-