@Properties(inherit=tensorflowlite.class) public class TfLiteBlockwiseQuantization extends Pointer
real_value = scale * (quantized_value - zero_point)Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
TfLiteBlockwiseQuantization()
Default native constructor.
|
TfLiteBlockwiseQuantization(long size)
Native array allocator.
|
TfLiteBlockwiseQuantization(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
blocksize() |
TfLiteBlockwiseQuantization |
blocksize(int setter) |
TfLiteBlockwiseQuantization |
getPointer(long i) |
TfLiteBlockwiseQuantization |
position(long position) |
int |
quantized_dimension() |
TfLiteBlockwiseQuantization |
quantized_dimension(int setter) |
int |
scale() |
TfLiteBlockwiseQuantization |
scale(int setter) |
int |
zero_point() |
TfLiteBlockwiseQuantization |
zero_point(int setter) |
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, trimMemory, withDeallocator, zeropublic TfLiteBlockwiseQuantization()
public TfLiteBlockwiseQuantization(long size)
Pointer.position(long).public TfLiteBlockwiseQuantization(Pointer p)
Pointer(Pointer).public TfLiteBlockwiseQuantization position(long position)
public TfLiteBlockwiseQuantization getPointer(long i)
getPointer in class Pointerpublic int scale()
public TfLiteBlockwiseQuantization scale(int setter)
public int zero_point()
public TfLiteBlockwiseQuantization zero_point(int setter)
public int blocksize()
public TfLiteBlockwiseQuantization blocksize(int setter)
public int quantized_dimension()
public TfLiteBlockwiseQuantization quantized_dimension(int setter)
Copyright © 2026. All rights reserved.