Package org.bytedeco.cuda.cudnn
Class cudnnConvolutionFwdAlgoPerf_t
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.cuda.cudnn.cudnnConvolutionFwdAlgoPerf_t
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=cudnn.class) public class cudnnConvolutionFwdAlgoPerf_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 cudnnConvolutionFwdAlgoPerf_t()Default native constructor.cudnnConvolutionFwdAlgoPerf_t(long size)Native array allocator.cudnnConvolutionFwdAlgoPerf_t(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intalgo()cudnnConvolutionFwdAlgoPerf_talgo(int setter)intdeterminism()cudnnConvolutionFwdAlgoPerf_tdeterminism(int setter)cudnnConvolutionFwdAlgoPerf_tgetPointer(long i)intmathType()cudnnConvolutionFwdAlgoPerf_tmathType(int setter)longmemory()cudnnConvolutionFwdAlgoPerf_tmemory(long setter)cudnnConvolutionFwdAlgoPerf_tposition(long position)IntPointerreserved()intreserved(int i)cudnnConvolutionFwdAlgoPerf_treserved(int i, int setter)intstatus()cudnnConvolutionFwdAlgoPerf_tstatus(int setter)floattime()cudnnConvolutionFwdAlgoPerf_ttime(float setter)-
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
-
cudnnConvolutionFwdAlgoPerf_t
public cudnnConvolutionFwdAlgoPerf_t()
Default native constructor.
-
cudnnConvolutionFwdAlgoPerf_t
public cudnnConvolutionFwdAlgoPerf_t(long size)
Native array allocator. Access withPointer.position(long).
-
cudnnConvolutionFwdAlgoPerf_t
public cudnnConvolutionFwdAlgoPerf_t(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public cudnnConvolutionFwdAlgoPerf_t position(long position)
-
getPointer
public cudnnConvolutionFwdAlgoPerf_t getPointer(long i)
- Overrides:
getPointerin classPointer
-
algo
@Cast("cudnnConvolutionFwdAlgo_t") public int algo()
-
algo
public cudnnConvolutionFwdAlgoPerf_t algo(int setter)
-
status
@Cast("cudnnStatus_t") public int status()
-
status
public cudnnConvolutionFwdAlgoPerf_t status(int setter)
-
time
public float time()
-
time
public cudnnConvolutionFwdAlgoPerf_t time(float setter)
-
memory
@Cast("size_t") public long memory()
-
memory
public cudnnConvolutionFwdAlgoPerf_t memory(long setter)
-
determinism
@Cast("cudnnDeterminism_t") public int determinism()
-
determinism
public cudnnConvolutionFwdAlgoPerf_t determinism(int setter)
-
mathType
@Cast("cudnnMathType_t") public int mathType()
-
mathType
public cudnnConvolutionFwdAlgoPerf_t mathType(int setter)
-
reserved
public int reserved(int i)
-
reserved
public cudnnConvolutionFwdAlgoPerf_t reserved(int i, int setter)
-
reserved
@MemberGetter public IntPointer reserved()
-
-