| Modifier and Type | Method and Description |
|---|---|
static int |
JCudnn.cudnnCreateOpTensorDescriptor(cudnnOpTensorDescriptor opTensorDesc) |
static int |
JCudnn.cudnnDestroyOpTensorDescriptor(cudnnOpTensorDescriptor opTensorDesc) |
static int |
JCudnn.cudnnGetOpTensorDescriptor(cudnnOpTensorDescriptor opTensorDesc,
int[] opTensorOp,
int[] opTensorCompType,
int[] opTensorNanOpt) |
static int |
JCudnn.cudnnOpTensor(cudnnHandle handle,
cudnnOpTensorDescriptor opTensorDesc,
jcuda.Pointer alpha1,
cudnnTensorDescriptor aDesc,
jcuda.Pointer A,
jcuda.Pointer alpha2,
cudnnTensorDescriptor bDesc,
jcuda.Pointer B,
jcuda.Pointer beta,
cudnnTensorDescriptor cDesc,
jcuda.Pointer C) |
static int |
JCudnn.cudnnSetOpTensorDescriptor(cudnnOpTensorDescriptor opTensorDesc,
int opTensorOp,
int opTensorCompType,
int opTensorNanOpt) |
Copyright © 2017. All rights reserved.