Uses of Class
org.bytedeco.cuda.cudnn.cudnnFusedOpsPlanStruct
-
Packages that use cudnnFusedOpsPlanStruct Package Description org.bytedeco.cuda.global -
-
Uses of cudnnFusedOpsPlanStruct in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type cudnnFusedOpsPlanStruct Modifier and Type Method Description static intcudnn. cudnnCreateFusedOpsPlan(cudnnFusedOpsPlanStruct plan, int ops)static intcudnn. cudnnDestroyFusedOpsPlan(cudnnFusedOpsPlanStruct plan)static intcudnn. cudnnFusedOpsExecute(cudnnContext handle, cudnnFusedOpsPlanStruct plan, cudnnFusedOpsVariantParamStruct varPack)static intcudnn. cudnnMakeFusedOpsPlan(cudnnContext handle, cudnnFusedOpsPlanStruct plan, cudnnFusedOpsConstParamStruct constPack, SizeTPointer workspaceSizeInBytes)
-