@Properties(inherit=dnnl.class) public class dnnl_version_t extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
dnnl_version_t()
Default native constructor.
|
dnnl_version_t(long size)
Native array allocator.
|
dnnl_version_t(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
cpu_runtime()
CPU runtime
|
dnnl_version_t |
cpu_runtime(int setter) |
dnnl_version_t |
getPointer(long i) |
int |
gpu_runtime()
GPU runtime
|
dnnl_version_t |
gpu_runtime(int setter) |
BytePointer |
hash()
Git hash of the sources (may be absent)
|
dnnl_version_t |
hash(BytePointer setter) |
int |
major()
Major version
|
dnnl_version_t |
major(int setter) |
int |
minor()
Minor version
|
dnnl_version_t |
minor(int setter) |
int |
patch()
Patch version
|
dnnl_version_t |
patch(int setter) |
dnnl_version_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 dnnl_version_t()
public dnnl_version_t(long size)
Pointer.position(long).public dnnl_version_t(Pointer p)
Pointer.Pointer(Pointer).public dnnl_version_t position(long position)
public dnnl_version_t getPointer(long i)
getPointer in class Pointerpublic int major()
public dnnl_version_t major(int setter)
public int minor()
public dnnl_version_t minor(int setter)
public int patch()
public dnnl_version_t patch(int setter)
@Cast(value="const char*") public BytePointer hash()
public dnnl_version_t hash(BytePointer setter)
public dnnl_version_t cpu_runtime(int setter)
public dnnl_version_t gpu_runtime(int setter)
Copyright © 2020. All rights reserved.