Package org.bytedeco.cuda.cudnn
Class cudnnAlgorithm_t
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.cuda.cudnn.cudnnAlgorithm_t
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=cudnn.class) public class cudnnAlgorithm_t extends Pointer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
-
-
Constructor Summary
Constructors Constructor Description cudnnAlgorithm_t()Default native constructor.cudnnAlgorithm_t(long size)Native array allocator.cudnnAlgorithm_t(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intalgo_convBwdDataAlgo()cudnnAlgorithm_talgo_convBwdDataAlgo(int setter)intalgo_convBwdFilterAlgo()cudnnAlgorithm_talgo_convBwdFilterAlgo(int setter)intalgo_convFwdAlgo()cudnnAlgorithm_talgo_convFwdAlgo(int setter)intalgo_CTCLossAlgo()cudnnAlgorithm_talgo_CTCLossAlgo(int setter)intalgo_RNNAlgo()cudnnAlgorithm_talgo_RNNAlgo(int setter)cudnnAlgorithm_tgetPointer(long i)cudnnAlgorithm_tposition(long position)-
Methods inherited from class org.bytedeco.javacpp.Pointer
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, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
-
-
-
-
Constructor Detail
-
cudnnAlgorithm_t
public cudnnAlgorithm_t()
Default native constructor.
-
cudnnAlgorithm_t
public cudnnAlgorithm_t(long size)
Native array allocator. Access withPointer.position(long).
-
cudnnAlgorithm_t
public cudnnAlgorithm_t(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public cudnnAlgorithm_t position(long position)
-
getPointer
public cudnnAlgorithm_t getPointer(long i)
- Overrides:
getPointerin classPointer
-
algo_convFwdAlgo
@Name("algo.convFwdAlgo") @Cast("cudnnConvolutionFwdAlgo_t") public int algo_convFwdAlgo()
-
algo_convFwdAlgo
public cudnnAlgorithm_t algo_convFwdAlgo(int setter)
-
algo_convBwdFilterAlgo
@Name("algo.convBwdFilterAlgo") @Cast("cudnnConvolutionBwdFilterAlgo_t") public int algo_convBwdFilterAlgo()
-
algo_convBwdFilterAlgo
public cudnnAlgorithm_t algo_convBwdFilterAlgo(int setter)
-
algo_convBwdDataAlgo
@Name("algo.convBwdDataAlgo") @Cast("cudnnConvolutionBwdDataAlgo_t") public int algo_convBwdDataAlgo()
-
algo_convBwdDataAlgo
public cudnnAlgorithm_t algo_convBwdDataAlgo(int setter)
-
algo_RNNAlgo
public cudnnAlgorithm_t algo_RNNAlgo(int setter)
-
algo_CTCLossAlgo
@Name("algo.CTCLossAlgo") @Cast("cudnnCTCLossAlgo_t") public int algo_CTCLossAlgo()
-
algo_CTCLossAlgo
public cudnnAlgorithm_t algo_CTCLossAlgo(int setter)
-
-