@Namespace(value="tvm::runtime") @Properties(inherit=tvm_runtime.class) public class TypeIndex extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Modifier and Type | Field and Description |
|---|---|
static int |
kDynamic
enum tvm::runtime::TypeIndex::
|
static int |
kRoot
enum tvm::runtime::TypeIndex::
|
static int |
kRuntimeADT
enum tvm::runtime::TypeIndex::
|
static int |
kRuntimeArray
enum tvm::runtime::TypeIndex::
|
static int |
kRuntimeClosure
enum tvm::runtime::TypeIndex::
|
static int |
kRuntimeMap
enum tvm::runtime::TypeIndex::
|
static int |
kRuntimeModule
enum tvm::runtime::TypeIndex::
|
static int |
kRuntimeNDArray
enum tvm::runtime::TypeIndex::
|
static int |
kRuntimeString
enum tvm::runtime::TypeIndex::
|
static int |
kStaticIndexEnd
enum tvm::runtime::TypeIndex::
|
| Constructor and Description |
|---|
TypeIndex()
Default native constructor.
|
TypeIndex(long size)
Native array allocator.
|
TypeIndex(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
TypeIndex |
getPointer(long i) |
TypeIndex |
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, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic static final int kRoot
public static final int kRuntimeModule
public static final int kRuntimeNDArray
public static final int kRuntimeString
public static final int kRuntimeArray
public static final int kRuntimeMap
public static final int kRuntimeClosure
public static final int kRuntimeADT
public static final int kStaticIndexEnd
public static final int kDynamic
public TypeIndex()
public TypeIndex(long size)
Pointer.position(long).public TypeIndex(Pointer p)
Pointer(Pointer).Copyright © 2021. All rights reserved.