@Properties(inherit=cudnn.class) public class cudnnAlgorithm_t extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
cudnnAlgorithm_t()
Default native constructor.
|
cudnnAlgorithm_t(long size)
Native array allocator.
|
cudnnAlgorithm_t(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
algo_convBwdDataAlgo() |
cudnnAlgorithm_t |
algo_convBwdDataAlgo(int setter) |
int |
algo_convBwdFilterAlgo() |
cudnnAlgorithm_t |
algo_convBwdFilterAlgo(int setter) |
int |
algo_convFwdAlgo() |
cudnnAlgorithm_t |
algo_convFwdAlgo(int setter) |
int |
algo_CTCLossAlgo() |
cudnnAlgorithm_t |
algo_CTCLossAlgo(int setter) |
int |
algo_RNNAlgo() |
cudnnAlgorithm_t |
algo_RNNAlgo(int setter) |
cudnnAlgorithm_t |
getPointer(long i) |
cudnnAlgorithm_t |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic cudnnAlgorithm_t()
public cudnnAlgorithm_t(long size)
Pointer.position(long).public cudnnAlgorithm_t(Pointer p)
Pointer.Pointer(Pointer).public cudnnAlgorithm_t position(long position)
public cudnnAlgorithm_t getPointer(long i)
getPointer in class Pointer@Name(value="algo.convFwdAlgo") @Cast(value="cudnnConvolutionFwdAlgo_t") public int algo_convFwdAlgo()
public cudnnAlgorithm_t algo_convFwdAlgo(int setter)
@Name(value="algo.convBwdFilterAlgo") @Cast(value="cudnnConvolutionBwdFilterAlgo_t") public int algo_convBwdFilterAlgo()
public cudnnAlgorithm_t algo_convBwdFilterAlgo(int setter)
@Name(value="algo.convBwdDataAlgo") @Cast(value="cudnnConvolutionBwdDataAlgo_t") public int algo_convBwdDataAlgo()
public cudnnAlgorithm_t algo_convBwdDataAlgo(int setter)
public cudnnAlgorithm_t algo_RNNAlgo(int setter)
@Name(value="algo.CTCLossAlgo") @Cast(value="cudnnCTCLossAlgo_t") public int algo_CTCLossAlgo()
public cudnnAlgorithm_t algo_CTCLossAlgo(int setter)
Copyright © 2020. All rights reserved.