@Properties(inherit=tensorflowlite.class) public class TfLiteRegistration_V3 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_V3.Free_TfLiteContext_Pointer |
static class |
TfLiteRegistration_V3.Init_TfLiteContext_BytePointer_long |
static class |
TfLiteRegistration_V3.Invoke_TfLiteContext_TfLiteNode |
static class |
TfLiteRegistration_V3.Prepare_TfLiteContext_TfLiteNode |
static class |
TfLiteRegistration_V3.Profiling_string_TfLiteContext_TfLiteNode |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
TfLiteRegistration_V3()
Default native constructor.
|
TfLiteRegistration_V3(long size)
Native array allocator.
|
TfLiteRegistration_V3(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_V3()
public TfLiteRegistration_V3(long size)
Pointer.position(long)
.public TfLiteRegistration_V3(Pointer p)
Pointer(Pointer)
.public TfLiteRegistration_V3 position(long position)
public TfLiteRegistration_V3 getPointer(long i)
getPointer
in class Pointer
public TfLiteRegistration_V3.Init_TfLiteContext_BytePointer_long init()
public TfLiteRegistration_V3 init(TfLiteRegistration_V3.Init_TfLiteContext_BytePointer_long setter)
@Name(value="free") public TfLiteRegistration_V3.Free_TfLiteContext_Pointer _free()
public TfLiteRegistration_V3 _free(TfLiteRegistration_V3.Free_TfLiteContext_Pointer setter)
public TfLiteRegistration_V3.Prepare_TfLiteContext_TfLiteNode prepare()
public TfLiteRegistration_V3 prepare(TfLiteRegistration_V3.Prepare_TfLiteContext_TfLiteNode setter)
public TfLiteRegistration_V3.Invoke_TfLiteContext_TfLiteNode invoke()
public TfLiteRegistration_V3 invoke(TfLiteRegistration_V3.Invoke_TfLiteContext_TfLiteNode setter)
public TfLiteRegistration_V3.Profiling_string_TfLiteContext_TfLiteNode profiling_string()
public TfLiteRegistration_V3 profiling_string(TfLiteRegistration_V3.Profiling_string_TfLiteContext_TfLiteNode setter)
public int builtin_code()
public TfLiteRegistration_V3 builtin_code(int setter)
@Cast(value="const char*") public BytePointer custom_name()
public TfLiteRegistration_V3 custom_name(BytePointer setter)
public int version()
public TfLiteRegistration_V3 version(int setter)
public TfLiteOperator registration_external()
public TfLiteRegistration_V3 registration_external(TfLiteOperator setter)
Copyright © 2025. All rights reserved.