| Package | Description |
|---|---|
| org.bytedeco.tensorflowlite | |
| org.bytedeco.tensorflowlite.global |
| Modifier and Type | Method and Description |
|---|---|
TfLiteFloatArray |
TfLiteFloatArray.data(int i,
float setter) |
TfLiteFloatArray |
TfLiteAffineQuantization.scale() |
TfLiteFloatArray |
TfLiteFloatArray.size(int setter) |
| Modifier and Type | Method and Description |
|---|---|
TfLiteAffineQuantization |
TfLiteAffineQuantization.scale(TfLiteFloatArray setter) |
| Modifier and Type | Method and Description |
|---|---|
static TfLiteFloatArray |
tensorflowlite.TfLiteFloatArrayCopy(TfLiteFloatArray src)
Create a copy of an array passed as
src. |
static TfLiteFloatArray |
tensorflowlite.TfLiteFloatArrayCreate(int size)
Create a array of a given
size (uninitialized entries). |
| Modifier and Type | Method and Description |
|---|---|
static TfLiteFloatArray |
tensorflowlite.TfLiteFloatArrayCopy(TfLiteFloatArray src)
Create a copy of an array passed as
src. |
static void |
tensorflowlite.TfLiteFloatArrayFree(TfLiteFloatArray a)
Free memory of array
a. |
Copyright © 2026. All rights reserved.