@Properties(inherit=tensorflowlite.class) public class TfLiteRegistration_V1 extends Pointer
TfLiteRegistration
to maintain binary backward
compatibility.
The legacy registration type must be a POD struct type whose field types
must be a prefix of the field types in TfLiteRegistration, and offset of the
first field in TfLiteRegistration that is not present in the legacy
registration type must be greater than or equal to the size of the legacy
registration type.
WARNING: This structure is deprecated / not an official part of the
API. It should be only used for binary backward compatibility.Modifier and Type | Class and Description |
---|---|
static class |
TfLiteRegistration_V1.Free_TfLiteContext_Pointer |
static class |
TfLiteRegistration_V1.Init_TfLiteContext_BytePointer_long |
static class |
TfLiteRegistration_V1.Invoke_TfLiteContext_TfLiteNode |
static class |
TfLiteRegistration_V1.Prepare_TfLiteContext_TfLiteNode |
static class |
TfLiteRegistration_V1.Profiling_string_TfLiteContext_TfLiteNode |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
TfLiteRegistration_V1()
Default native constructor.
|
TfLiteRegistration_V1(long size)
Native array allocator.
|
TfLiteRegistration_V1(Pointer p)
Pointer cast constructor.
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public TfLiteRegistration_V1()
public TfLiteRegistration_V1(long size)
Pointer.position(long)
.public TfLiteRegistration_V1(Pointer p)
Pointer(Pointer)
.public TfLiteRegistration_V1 position(long position)
public TfLiteRegistration_V1 getPointer(long i)
getPointer
in class Pointer
public TfLiteRegistration_V1.Init_TfLiteContext_BytePointer_long init()
public TfLiteRegistration_V1 init(TfLiteRegistration_V1.Init_TfLiteContext_BytePointer_long setter)
@Name(value="free") public TfLiteRegistration_V1.Free_TfLiteContext_Pointer _free()
public TfLiteRegistration_V1 _free(TfLiteRegistration_V1.Free_TfLiteContext_Pointer setter)
public TfLiteRegistration_V1.Prepare_TfLiteContext_TfLiteNode prepare()
public TfLiteRegistration_V1 prepare(TfLiteRegistration_V1.Prepare_TfLiteContext_TfLiteNode setter)
public TfLiteRegistration_V1.Invoke_TfLiteContext_TfLiteNode invoke()
public TfLiteRegistration_V1 invoke(TfLiteRegistration_V1.Invoke_TfLiteContext_TfLiteNode setter)
public TfLiteRegistration_V1.Profiling_string_TfLiteContext_TfLiteNode profiling_string()
public TfLiteRegistration_V1 profiling_string(TfLiteRegistration_V1.Profiling_string_TfLiteContext_TfLiteNode setter)
public int builtin_code()
public TfLiteRegistration_V1 builtin_code(int setter)
@Cast(value="const char*") public BytePointer custom_name()
public TfLiteRegistration_V1 custom_name(BytePointer setter)
public int version()
public TfLiteRegistration_V1 version(int setter)
Copyright © 2025. All rights reserved.