@Namespace(value="tvm::runtime") @NoOffset @Properties(inherit=tvm_runtime.class) public class TVMArgsSetter extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
TVMArgsSetter(Pointer p)
Pointer cast constructor.
|
TVMArgsSetter(TVMValue values,
int[] type_codes) |
TVMArgsSetter(TVMValue values,
IntBuffer type_codes) |
TVMArgsSetter(TVMValue values,
IntPointer type_codes) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(long i,
BytePointer value) |
void |
apply(long i,
DataType dtype) |
void |
apply(long i,
DLContext value) |
void |
apply(long i,
DLDataType value) |
void |
apply(long i,
DLTensor value) |
void |
apply(long i,
double value) |
void |
apply(long i,
long value) |
void |
apply(long i,
ObjectRef value) |
void |
apply(long i,
PackedFunc value) |
void |
apply(long i,
Pointer value) |
void |
apply(long i,
String value) |
void |
apply(long i,
TVMArgValue value) |
void |
apply(long i,
TVMByteArray value) |
void |
apply(long i,
TVMRetValue value) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic TVMArgsSetter(Pointer p)
Pointer(Pointer).public TVMArgsSetter(TVMValue values, IntPointer type_codes)
public TVMArgsSetter(TVMValue values, int[] type_codes)
@Name(value="operator ()") public void apply(@Cast(value="size_t") long i, @Cast(value="uint64_t") long value)
@Name(value="operator ()") public void apply(@Cast(value="size_t") long i, @Const @ByRef TVMArgValue value)
@Name(value="operator ()") public void apply(@Cast(value="size_t") long i, @ByVal @Cast(value="TVMContext*") DLContext value)
@Name(value="operator ()") public void apply(@Cast(value="size_t") long i, @ByVal DLDataType value)
@Name(value="operator ()") public void apply(@Cast(value="size_t") long i, @ByVal DataType dtype)
@Name(value="operator ()") public void apply(@Cast(value="size_t") long i, @Cast(value="const char*") BytePointer value)
@Name(value="operator ()") public void apply(@Cast(value="size_t") long i, @Const @ByRef TVMByteArray value)
@Name(value="operator ()") public void apply(@Cast(value="size_t") long i, @Const @ByRef PackedFunc value)
@Name(value="operator ()") public void apply(@Cast(value="size_t") long i, @Const @ByRef TVMRetValue value)
Copyright © 2021. All rights reserved.