| Package | Description |
|---|---|
| org.bytedeco.cuda.global |
| Modifier and Type | Method and Description |
|---|---|
static int |
cudnn.cudnnCreateReduceTensorDescriptor(cudnnReduceTensorStruct reduceTensorDesc)
Deprecated.
|
static int |
cudnn.cudnnDestroyReduceTensorDescriptor(cudnnReduceTensorStruct reduceTensorDesc)
Deprecated.
|
static int |
cudnn.cudnnGetReduceTensorDescriptor(cudnnReduceTensorStruct reduceTensorDesc,
int[] reduceTensorOp,
int[] reduceTensorCompType,
int[] reduceTensorNanOpt,
int[] reduceTensorIndices,
int[] reduceTensorIndicesType)
Deprecated.
|
static int |
cudnn.cudnnGetReduceTensorDescriptor(cudnnReduceTensorStruct reduceTensorDesc,
IntBuffer reduceTensorOp,
IntBuffer reduceTensorCompType,
IntBuffer reduceTensorNanOpt,
IntBuffer reduceTensorIndices,
IntBuffer reduceTensorIndicesType)
Deprecated.
|
static int |
cudnn.cudnnGetReduceTensorDescriptor(cudnnReduceTensorStruct reduceTensorDesc,
IntPointer reduceTensorOp,
IntPointer reduceTensorCompType,
IntPointer reduceTensorNanOpt,
IntPointer reduceTensorIndices,
IntPointer reduceTensorIndicesType)
Deprecated.
|
static int |
cudnn.cudnnGetReductionIndicesSize(cudnnContext handle,
cudnnReduceTensorStruct reduceTensorDesc,
cudnnTensorStruct aDesc,
cudnnTensorStruct cDesc,
SizeTPointer sizeInBytes)
Deprecated.
|
static int |
cudnn.cudnnGetReductionWorkspaceSize(cudnnContext handle,
cudnnReduceTensorStruct reduceTensorDesc,
cudnnTensorStruct aDesc,
cudnnTensorStruct cDesc,
SizeTPointer sizeInBytes)
Deprecated.
|
static int |
cudnn.cudnnReduceTensor(cudnnContext handle,
cudnnReduceTensorStruct reduceTensorDesc,
Pointer indices,
long indicesSizeInBytes,
Pointer workspace,
long workspaceSizeInBytes,
Pointer alpha,
cudnnTensorStruct aDesc,
Pointer A,
Pointer beta,
cudnnTensorStruct cDesc,
Pointer C)
Deprecated.
|
static int |
cudnn.cudnnSetReduceTensorDescriptor(cudnnReduceTensorStruct reduceTensorDesc,
int reduceTensorOp,
int reduceTensorCompType,
int reduceTensorNanOpt,
int reduceTensorIndices,
int reduceTensorIndicesType)
Deprecated.
|
Copyright © 2025. All rights reserved.