| Package | Description |
|---|---|
| org.bytedeco.cuda.global |
| Modifier and Type | Method and Description |
|---|---|
static int |
cudnn.cudnnCreateOpTensorDescriptor(cudnnOpTensorStruct opTensorDesc)
Deprecated.
|
static int |
cudnn.cudnnDestroyOpTensorDescriptor(cudnnOpTensorStruct opTensorDesc)
Deprecated.
|
static int |
cudnn.cudnnGetOpTensorDescriptor(cudnnOpTensorStruct opTensorDesc,
int[] opTensorOp,
int[] opTensorCompType,
int[] opTensorNanOpt)
Deprecated.
|
static int |
cudnn.cudnnGetOpTensorDescriptor(cudnnOpTensorStruct opTensorDesc,
IntBuffer opTensorOp,
IntBuffer opTensorCompType,
IntBuffer opTensorNanOpt)
Deprecated.
|
static int |
cudnn.cudnnGetOpTensorDescriptor(cudnnOpTensorStruct opTensorDesc,
IntPointer opTensorOp,
IntPointer opTensorCompType,
IntPointer opTensorNanOpt)
Deprecated.
|
static int |
cudnn.cudnnOpTensor(cudnnContext handle,
cudnnOpTensorStruct opTensorDesc,
Pointer alpha1,
cudnnTensorStruct aDesc,
Pointer A,
Pointer alpha2,
cudnnTensorStruct bDesc,
Pointer B,
Pointer beta,
cudnnTensorStruct cDesc,
Pointer C)
Deprecated.
|
static int |
cudnn.cudnnSetOpTensorDescriptor(cudnnOpTensorStruct opTensorDesc,
int opTensorOp,
int opTensorCompType,
int opTensorNanOpt)
Deprecated.
|
Copyright © 2025. All rights reserved.