Package org.bytedeco.cuda.cudnn
Class cudnnDebug_t
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.cuda.cudnn.cudnnDebug_t
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=cudnn.class) public class cudnnDebug_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 cudnnDebug_t()Default native constructor.cudnnDebug_t(long size)Native array allocator.cudnnDebug_t(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcudaDeviceId()cudnnDebug_tcudaDeviceId(int setter)intcudnn_version()cudnnDebug_tcudnn_version(int setter)intcudnnStatus()cudnnDebug_tcudnnStatus(int setter)cudnnDebug_tgetPointer(long i)cudnnContexthandle()cudnnDebug_thandle(cudnnContext setter)longpid()cudnnDebug_tpid(long setter)cudnnDebug_tposition(long position)IntPointerreserved()intreserved(int i)cudnnDebug_treserved(int i, int setter)CUstream_ststream()cudnnDebug_tstream(CUstream_st setter)longtid()cudnnDebug_ttid(long setter)inttime_delta()cudnnDebug_ttime_delta(int setter)inttime_sec()cudnnDebug_ttime_sec(int setter)inttime_usec()cudnnDebug_ttime_usec(int 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
-
cudnnDebug_t
public cudnnDebug_t()
Default native constructor.
-
cudnnDebug_t
public cudnnDebug_t(long size)
Native array allocator. Access withPointer.position(long).
-
cudnnDebug_t
public cudnnDebug_t(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public cudnnDebug_t position(long position)
-
getPointer
public cudnnDebug_t getPointer(long i)
- Overrides:
getPointerin classPointer
-
cudnn_version
@Cast("unsigned") public int cudnn_version()
-
cudnn_version
public cudnnDebug_t cudnn_version(int setter)
-
cudnnStatus
@Cast("cudnnStatus_t") public int cudnnStatus()
-
cudnnStatus
public cudnnDebug_t cudnnStatus(int setter)
-
time_sec
@Cast("unsigned") public int time_sec()
-
time_sec
public cudnnDebug_t time_sec(int setter)
-
time_usec
@Cast("unsigned") public int time_usec()
-
time_usec
public cudnnDebug_t time_usec(int setter)
-
time_delta
@Cast("unsigned") public int time_delta()
-
time_delta
public cudnnDebug_t time_delta(int setter)
-
handle
public cudnnContext handle()
-
handle
public cudnnDebug_t handle(cudnnContext setter)
-
stream
public CUstream_st stream()
-
stream
public cudnnDebug_t stream(CUstream_st setter)
-
pid
@Cast("unsigned long long") public long pid()
-
pid
public cudnnDebug_t pid(long setter)
-
tid
@Cast("unsigned long long") public long tid()
-
tid
public cudnnDebug_t tid(long setter)
-
cudaDeviceId
public int cudaDeviceId()
-
cudaDeviceId
public cudnnDebug_t cudaDeviceId(int setter)
-
reserved
public int reserved(int i)
-
reserved
public cudnnDebug_t reserved(int i, int setter)
-
reserved
@MemberGetter public IntPointer reserved()
-
-