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