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