Package | Description |
---|---|
org.bytedeco.tensorflowlite | |
org.bytedeco.tensorflowlite.global |
Modifier and Type | Method and Description |
---|---|
TfLiteQuantizationParams |
TfLiteQuantizationParams.getPointer(long i) |
TfLiteQuantizationParams |
TfLiteTensor.params()
Quantization information.
|
TfLiteQuantizationParams |
TfLiteQuantizationParams.position(long position) |
TfLiteQuantizationParams |
TfLiteQuantizationParams.scale(float setter) |
TfLiteQuantizationParams |
TfLiteQuantizationParams.zero_point(int setter) |
Modifier and Type | Method and Description |
---|---|
TfLiteTensor |
TfLiteTensor.params(TfLiteQuantizationParams setter) |
int |
Interpreter.SetTensorParametersReadOnly(int tensor_index,
int type,
BytePointer name,
int[] dims,
TfLiteQuantizationParams quantization,
BytePointer buffer,
long bytes) |
int |
Interpreter.SetTensorParametersReadOnly(int tensor_index,
int type,
BytePointer name,
int[] dims,
TfLiteQuantizationParams quantization,
BytePointer buffer,
long bytes,
Allocation allocation) |
int |
Interpreter.SetTensorParametersReadOnly(int tensor_index,
int type,
BytePointer name,
IntBuffer dims,
TfLiteQuantizationParams quantization,
BytePointer buffer,
long bytes) |
int |
Interpreter.SetTensorParametersReadOnly(int tensor_index,
int type,
BytePointer name,
IntBuffer dims,
TfLiteQuantizationParams quantization,
BytePointer buffer,
long bytes,
Allocation allocation) |
int |
Interpreter.SetTensorParametersReadOnly(int tensor_index,
int type,
BytePointer name,
IntPointer dims,
TfLiteQuantizationParams quantization,
BytePointer buffer,
long bytes) |
int |
Interpreter.SetTensorParametersReadOnly(int tensor_index,
int type,
BytePointer name,
IntPointer dims,
TfLiteQuantizationParams quantization,
BytePointer buffer,
long bytes,
Allocation allocation)
Legacy.
|
int |
Interpreter.SetTensorParametersReadOnly(int tensor_index,
int type,
BytePointer name,
long rank,
int[] dims,
TfLiteQuantizationParams quantization,
BytePointer buffer,
long bytes) |
int |
Interpreter.SetTensorParametersReadOnly(int tensor_index,
int type,
BytePointer name,
long rank,
int[] dims,
TfLiteQuantizationParams quantization,
BytePointer buffer,
long bytes,
Allocation allocation) |
int |
Interpreter.SetTensorParametersReadOnly(int tensor_index,
int type,
BytePointer name,
long rank,
IntBuffer dims,
TfLiteQuantizationParams quantization,
BytePointer buffer,
long bytes) |
int |
Interpreter.SetTensorParametersReadOnly(int tensor_index,
int type,
BytePointer name,
long rank,
IntBuffer dims,
TfLiteQuantizationParams quantization,
BytePointer buffer,
long bytes,
Allocation allocation) |
int |
Interpreter.SetTensorParametersReadOnly(int tensor_index,
int type,
BytePointer name,
long rank,
IntPointer dims,
TfLiteQuantizationParams quantization,
BytePointer buffer,
long bytes) |
int |
Interpreter.SetTensorParametersReadOnly(int tensor_index,
int type,
BytePointer name,
long rank,
IntPointer dims,
TfLiteQuantizationParams quantization,
BytePointer buffer,
long bytes,
Allocation allocation) |
int |
Interpreter.SetTensorParametersReadOnly(int tensor_index,
int type,
String name,
int[] dims,
TfLiteQuantizationParams quantization,
String buffer,
long bytes) |
int |
Interpreter.SetTensorParametersReadOnly(int tensor_index,
int type,
String name,
int[] dims,
TfLiteQuantizationParams quantization,
String buffer,
long bytes,
Allocation allocation) |
int |
Interpreter.SetTensorParametersReadOnly(int tensor_index,
int type,
String name,
IntBuffer dims,
TfLiteQuantizationParams quantization,
String buffer,
long bytes) |
int |
Interpreter.SetTensorParametersReadOnly(int tensor_index,
int type,
String name,
IntBuffer dims,
TfLiteQuantizationParams quantization,
String buffer,
long bytes,
Allocation allocation) |
int |
Interpreter.SetTensorParametersReadOnly(int tensor_index,
int type,
String name,
IntPointer dims,
TfLiteQuantizationParams quantization,
String buffer,
long bytes) |
int |
Interpreter.SetTensorParametersReadOnly(int tensor_index,
int type,
String name,
IntPointer dims,
TfLiteQuantizationParams quantization,
String buffer,
long bytes,
Allocation allocation) |
int |
Interpreter.SetTensorParametersReadOnly(int tensor_index,
int type,
String name,
long rank,
int[] dims,
TfLiteQuantizationParams quantization,
String buffer,
long bytes) |
int |
Interpreter.SetTensorParametersReadOnly(int tensor_index,
int type,
String name,
long rank,
int[] dims,
TfLiteQuantizationParams quantization,
String buffer,
long bytes,
Allocation allocation) |
int |
Interpreter.SetTensorParametersReadOnly(int tensor_index,
int type,
String name,
long rank,
IntBuffer dims,
TfLiteQuantizationParams quantization,
String buffer,
long bytes) |
int |
Interpreter.SetTensorParametersReadOnly(int tensor_index,
int type,
String name,
long rank,
IntBuffer dims,
TfLiteQuantizationParams quantization,
String buffer,
long bytes,
Allocation allocation) |
int |
Interpreter.SetTensorParametersReadOnly(int tensor_index,
int type,
String name,
long rank,
IntPointer dims,
TfLiteQuantizationParams quantization,
String buffer,
long bytes) |
int |
Interpreter.SetTensorParametersReadOnly(int tensor_index,
int type,
String name,
long rank,
IntPointer dims,
TfLiteQuantizationParams quantization,
String buffer,
long bytes,
Allocation allocation) |
int |
Interpreter.SetTensorParametersReadWrite(int tensor_index,
int type,
BytePointer name,
int[] dims,
TfLiteQuantizationParams quantization) |
int |
Interpreter.SetTensorParametersReadWrite(int tensor_index,
int type,
BytePointer name,
int[] dims,
TfLiteQuantizationParams quantization,
boolean is_variable,
int[] dims_signature) |
int |
Interpreter.SetTensorParametersReadWrite(int tensor_index,
int type,
BytePointer name,
IntBuffer dims,
TfLiteQuantizationParams quantization) |
int |
Interpreter.SetTensorParametersReadWrite(int tensor_index,
int type,
BytePointer name,
IntBuffer dims,
TfLiteQuantizationParams quantization,
boolean is_variable,
IntBuffer dims_signature) |
int |
Interpreter.SetTensorParametersReadWrite(int tensor_index,
int type,
BytePointer name,
IntPointer dims,
TfLiteQuantizationParams quantization) |
int |
Interpreter.SetTensorParametersReadWrite(int tensor_index,
int type,
BytePointer name,
IntPointer dims,
TfLiteQuantizationParams quantization,
boolean is_variable,
IntPointer dims_signature)
Legacy.
|
int |
Interpreter.SetTensorParametersReadWrite(int tensor_index,
int type,
BytePointer name,
long rank,
int[] dims,
TfLiteQuantizationParams quantization) |
int |
Interpreter.SetTensorParametersReadWrite(int tensor_index,
int type,
BytePointer name,
long rank,
int[] dims,
TfLiteQuantizationParams quantization,
boolean is_variable,
long rank_dims_signature,
int[] dims_signature) |
int |
Interpreter.SetTensorParametersReadWrite(int tensor_index,
int type,
BytePointer name,
long rank,
IntBuffer dims,
TfLiteQuantizationParams quantization) |
int |
Interpreter.SetTensorParametersReadWrite(int tensor_index,
int type,
BytePointer name,
long rank,
IntBuffer dims,
TfLiteQuantizationParams quantization,
boolean is_variable,
long rank_dims_signature,
IntBuffer dims_signature) |
int |
Interpreter.SetTensorParametersReadWrite(int tensor_index,
int type,
BytePointer name,
long rank,
IntPointer dims,
TfLiteQuantizationParams quantization) |
int |
Interpreter.SetTensorParametersReadWrite(int tensor_index,
int type,
BytePointer name,
long rank,
IntPointer dims,
TfLiteQuantizationParams quantization,
boolean is_variable,
long rank_dims_signature,
IntPointer dims_signature) |
int |
Interpreter.SetTensorParametersReadWrite(int tensor_index,
int type,
String name,
int[] dims,
TfLiteQuantizationParams quantization) |
int |
Interpreter.SetTensorParametersReadWrite(int tensor_index,
int type,
String name,
int[] dims,
TfLiteQuantizationParams quantization,
boolean is_variable,
int[] dims_signature) |
int |
Interpreter.SetTensorParametersReadWrite(int tensor_index,
int type,
String name,
IntBuffer dims,
TfLiteQuantizationParams quantization) |
int |
Interpreter.SetTensorParametersReadWrite(int tensor_index,
int type,
String name,
IntBuffer dims,
TfLiteQuantizationParams quantization,
boolean is_variable,
IntBuffer dims_signature) |
int |
Interpreter.SetTensorParametersReadWrite(int tensor_index,
int type,
String name,
IntPointer dims,
TfLiteQuantizationParams quantization) |
int |
Interpreter.SetTensorParametersReadWrite(int tensor_index,
int type,
String name,
IntPointer dims,
TfLiteQuantizationParams quantization,
boolean is_variable,
IntPointer dims_signature) |
int |
Interpreter.SetTensorParametersReadWrite(int tensor_index,
int type,
String name,
long rank,
int[] dims,
TfLiteQuantizationParams quantization) |
int |
Interpreter.SetTensorParametersReadWrite(int tensor_index,
int type,
String name,
long rank,
int[] dims,
TfLiteQuantizationParams quantization,
boolean is_variable,
long rank_dims_signature,
int[] dims_signature) |
int |
Interpreter.SetTensorParametersReadWrite(int tensor_index,
int type,
String name,
long rank,
IntBuffer dims,
TfLiteQuantizationParams quantization) |
int |
Interpreter.SetTensorParametersReadWrite(int tensor_index,
int type,
String name,
long rank,
IntBuffer dims,
TfLiteQuantizationParams quantization,
boolean is_variable,
long rank_dims_signature,
IntBuffer dims_signature) |
int |
Interpreter.SetTensorParametersReadWrite(int tensor_index,
int type,
String name,
long rank,
IntPointer dims,
TfLiteQuantizationParams quantization) |
int |
Interpreter.SetTensorParametersReadWrite(int tensor_index,
int type,
String name,
long rank,
IntPointer dims,
TfLiteQuantizationParams quantization,
boolean is_variable,
long rank_dims_signature,
IntPointer dims_signature) |
Modifier and Type | Method and Description |
---|---|
static TfLiteQuantizationParams |
tensorflowlite.TfLiteTensorQuantizationParams(TfLiteTensor tensor)
Returns the parameters for asymmetric quantization.
|
Modifier and Type | Method and Description |
---|---|
static void |
tensorflowlite.TfLiteTensorReset(int type,
BytePointer name,
TfLiteIntArray dims,
TfLiteQuantizationParams quantization,
byte[] buffer,
long size,
int allocation_type,
Pointer allocation,
boolean is_variable,
TfLiteTensor tensor) |
static void |
tensorflowlite.TfLiteTensorReset(int type,
BytePointer name,
TfLiteIntArray dims,
TfLiteQuantizationParams quantization,
ByteBuffer buffer,
long size,
int allocation_type,
Pointer allocation,
boolean is_variable,
TfLiteTensor tensor) |
static void |
tensorflowlite.TfLiteTensorReset(int type,
BytePointer name,
TfLiteIntArray dims,
TfLiteQuantizationParams quantization,
BytePointer buffer,
long size,
int allocation_type,
Pointer allocation,
boolean is_variable,
TfLiteTensor tensor)
Set all of a tensor's fields (and free any previously allocated data).
|
static void |
tensorflowlite.TfLiteTensorReset(int type,
String name,
TfLiteIntArray dims,
TfLiteQuantizationParams quantization,
byte[] buffer,
long size,
int allocation_type,
Pointer allocation,
boolean is_variable,
TfLiteTensor tensor) |
static void |
tensorflowlite.TfLiteTensorReset(int type,
String name,
TfLiteIntArray dims,
TfLiteQuantizationParams quantization,
ByteBuffer buffer,
long size,
int allocation_type,
Pointer allocation,
boolean is_variable,
TfLiteTensor tensor) |
static void |
tensorflowlite.TfLiteTensorReset(int type,
String name,
TfLiteIntArray dims,
TfLiteQuantizationParams quantization,
BytePointer buffer,
long size,
int allocation_type,
Pointer allocation,
boolean is_variable,
TfLiteTensor tensor) |
Copyright © 2025. All rights reserved.