| Package | Description |
|---|---|
| org.bytedeco.tensorflowlite | |
| org.bytedeco.tensorflowlite.global |
| Modifier and Type | Method and Description |
|---|---|
TfLiteQuantization |
TfLiteQuantization.getPointer(long i) |
TfLiteQuantization |
TfLiteQuantization.params(Pointer setter) |
TfLiteQuantization |
TfLiteQuantization.position(long position) |
TfLiteQuantization |
TfLiteTensor.quantization()
Quantization information.
|
TfLiteQuantization |
TfLiteQuantization.type(int setter) |
| Modifier and Type | Method and Description |
|---|---|
TfLiteTensor |
TfLiteTensor.quantization(TfLiteQuantization setter) |
int |
Subgraph.SetTensorParametersReadOnly(int tensor_index,
int type,
BytePointer name,
int[] dims,
TfLiteQuantization quantization,
BytePointer buffer,
long bytes) |
int |
Interpreter.SetTensorParametersReadOnly(int tensor_index,
int type,
BytePointer name,
int[] dims,
TfLiteQuantization quantization,
BytePointer buffer,
long bytes) |
int |
Interpreter.SetTensorParametersReadOnly(int tensor_index,
int type,
BytePointer name,
int[] dims,
TfLiteQuantization quantization,
BytePointer buffer,
long bytes,
Allocation allocation) |
int |
Subgraph.SetTensorParametersReadOnly(int tensor_index,
int type,
BytePointer name,
int[] dims,
TfLiteQuantization quantization,
BytePointer buffer,
long bytes,
Allocation allocation,
TfLiteSparsity sparsity,
long buffer_identifier) |
int |
Subgraph.SetTensorParametersReadOnly(int tensor_index,
int type,
BytePointer name,
IntBuffer dims,
TfLiteQuantization quantization,
BytePointer buffer,
long bytes) |
int |
Interpreter.SetTensorParametersReadOnly(int tensor_index,
int type,
BytePointer name,
IntBuffer dims,
TfLiteQuantization quantization,
BytePointer buffer,
long bytes) |
int |
Interpreter.SetTensorParametersReadOnly(int tensor_index,
int type,
BytePointer name,
IntBuffer dims,
TfLiteQuantization quantization,
BytePointer buffer,
long bytes,
Allocation allocation) |
int |
Subgraph.SetTensorParametersReadOnly(int tensor_index,
int type,
BytePointer name,
IntBuffer dims,
TfLiteQuantization quantization,
BytePointer buffer,
long bytes,
Allocation allocation,
TfLiteSparsity sparsity,
long buffer_identifier) |
int |
Subgraph.SetTensorParametersReadOnly(int tensor_index,
int type,
BytePointer name,
IntPointer dims,
TfLiteQuantization quantization,
BytePointer buffer,
long bytes) |
int |
Interpreter.SetTensorParametersReadOnly(int tensor_index,
int type,
BytePointer name,
IntPointer dims,
TfLiteQuantization quantization,
BytePointer buffer,
long bytes) |
int |
Interpreter.SetTensorParametersReadOnly(int tensor_index,
int type,
BytePointer name,
IntPointer dims,
TfLiteQuantization quantization,
BytePointer buffer,
long bytes,
Allocation allocation)
Set description of inputs/outputs/data/fptrs for node
node_index. |
int |
Subgraph.SetTensorParametersReadOnly(int tensor_index,
int type,
BytePointer name,
IntPointer dims,
TfLiteQuantization quantization,
BytePointer buffer,
long bytes,
Allocation allocation,
TfLiteSparsity sparsity,
long buffer_identifier) |
int |
Subgraph.SetTensorParametersReadOnly(int tensor_index,
int type,
BytePointer name,
long ndims,
int[] dims,
TfLiteQuantization quantization,
BytePointer buffer,
long bytes) |
int |
Subgraph.SetTensorParametersReadOnly(int tensor_index,
int type,
BytePointer name,
long ndims,
int[] dims,
TfLiteQuantization quantization,
BytePointer buffer,
long bytes,
Allocation allocation,
TfLiteSparsity sparsity,
long buffer_identifier) |
int |
Subgraph.SetTensorParametersReadOnly(int tensor_index,
int type,
BytePointer name,
long ndims,
IntBuffer dims,
TfLiteQuantization quantization,
BytePointer buffer,
long bytes) |
int |
Subgraph.SetTensorParametersReadOnly(int tensor_index,
int type,
BytePointer name,
long ndims,
IntBuffer dims,
TfLiteQuantization quantization,
BytePointer buffer,
long bytes,
Allocation allocation,
TfLiteSparsity sparsity,
long buffer_identifier) |
int |
Subgraph.SetTensorParametersReadOnly(int tensor_index,
int type,
BytePointer name,
long ndims,
IntPointer dims,
TfLiteQuantization quantization,
BytePointer buffer,
long bytes) |
int |
Subgraph.SetTensorParametersReadOnly(int tensor_index,
int type,
BytePointer name,
long ndims,
IntPointer dims,
TfLiteQuantization quantization,
BytePointer buffer,
long bytes,
Allocation allocation,
TfLiteSparsity sparsity,
long buffer_identifier) |
int |
Subgraph.SetTensorParametersReadOnly(int tensor_index,
int type,
String name,
int[] dims,
TfLiteQuantization quantization,
String buffer,
long bytes) |
int |
Interpreter.SetTensorParametersReadOnly(int tensor_index,
int type,
String name,
int[] dims,
TfLiteQuantization quantization,
String buffer,
long bytes) |
int |
Interpreter.SetTensorParametersReadOnly(int tensor_index,
int type,
String name,
int[] dims,
TfLiteQuantization quantization,
String buffer,
long bytes,
Allocation allocation) |
int |
Subgraph.SetTensorParametersReadOnly(int tensor_index,
int type,
String name,
int[] dims,
TfLiteQuantization quantization,
String buffer,
long bytes,
Allocation allocation,
TfLiteSparsity sparsity,
long buffer_identifier) |
int |
Subgraph.SetTensorParametersReadOnly(int tensor_index,
int type,
String name,
IntBuffer dims,
TfLiteQuantization quantization,
String buffer,
long bytes) |
int |
Interpreter.SetTensorParametersReadOnly(int tensor_index,
int type,
String name,
IntBuffer dims,
TfLiteQuantization quantization,
String buffer,
long bytes) |
int |
Interpreter.SetTensorParametersReadOnly(int tensor_index,
int type,
String name,
IntBuffer dims,
TfLiteQuantization quantization,
String buffer,
long bytes,
Allocation allocation) |
int |
Subgraph.SetTensorParametersReadOnly(int tensor_index,
int type,
String name,
IntBuffer dims,
TfLiteQuantization quantization,
String buffer,
long bytes,
Allocation allocation,
TfLiteSparsity sparsity,
long buffer_identifier) |
int |
Subgraph.SetTensorParametersReadOnly(int tensor_index,
int type,
String name,
IntPointer dims,
TfLiteQuantization quantization,
String buffer,
long bytes) |
int |
Interpreter.SetTensorParametersReadOnly(int tensor_index,
int type,
String name,
IntPointer dims,
TfLiteQuantization quantization,
String buffer,
long bytes) |
int |
Interpreter.SetTensorParametersReadOnly(int tensor_index,
int type,
String name,
IntPointer dims,
TfLiteQuantization quantization,
String buffer,
long bytes,
Allocation allocation) |
int |
Subgraph.SetTensorParametersReadOnly(int tensor_index,
int type,
String name,
IntPointer dims,
TfLiteQuantization quantization,
String buffer,
long bytes,
Allocation allocation,
TfLiteSparsity sparsity,
long buffer_identifier) |
int |
Subgraph.SetTensorParametersReadOnly(int tensor_index,
int type,
String name,
long ndims,
int[] dims,
TfLiteQuantization quantization,
String buffer,
long bytes) |
int |
Subgraph.SetTensorParametersReadOnly(int tensor_index,
int type,
String name,
long ndims,
int[] dims,
TfLiteQuantization quantization,
String buffer,
long bytes,
Allocation allocation,
TfLiteSparsity sparsity,
long buffer_identifier) |
int |
Subgraph.SetTensorParametersReadOnly(int tensor_index,
int type,
String name,
long ndims,
IntBuffer dims,
TfLiteQuantization quantization,
String buffer,
long bytes) |
int |
Subgraph.SetTensorParametersReadOnly(int tensor_index,
int type,
String name,
long ndims,
IntBuffer dims,
TfLiteQuantization quantization,
String buffer,
long bytes,
Allocation allocation,
TfLiteSparsity sparsity,
long buffer_identifier) |
int |
Subgraph.SetTensorParametersReadOnly(int tensor_index,
int type,
String name,
long ndims,
IntPointer dims,
TfLiteQuantization quantization,
String buffer,
long bytes) |
int |
Subgraph.SetTensorParametersReadOnly(int tensor_index,
int type,
String name,
long ndims,
IntPointer dims,
TfLiteQuantization quantization,
String buffer,
long bytes,
Allocation allocation,
TfLiteSparsity sparsity,
long buffer_identifier) |
int |
Subgraph.SetTensorParametersReadWrite(int tensor_index,
int type,
BytePointer name,
int[] dims,
TfLiteQuantization quantization) |
int |
Interpreter.SetTensorParametersReadWrite(int tensor_index,
int type,
BytePointer name,
int[] dims,
TfLiteQuantization quantization) |
int |
Interpreter.SetTensorParametersReadWrite(int tensor_index,
int type,
BytePointer name,
int[] dims,
TfLiteQuantization quantization,
boolean is_variable) |
int |
Subgraph.SetTensorParametersReadWrite(int tensor_index,
int type,
BytePointer name,
int[] dims,
TfLiteQuantization quantization,
boolean is_variable,
int[] dims_signature) |
int |
Subgraph.SetTensorParametersReadWrite(int tensor_index,
int type,
BytePointer name,
IntBuffer dims,
TfLiteQuantization quantization) |
int |
Interpreter.SetTensorParametersReadWrite(int tensor_index,
int type,
BytePointer name,
IntBuffer dims,
TfLiteQuantization quantization) |
int |
Interpreter.SetTensorParametersReadWrite(int tensor_index,
int type,
BytePointer name,
IntBuffer dims,
TfLiteQuantization quantization,
boolean is_variable) |
int |
Subgraph.SetTensorParametersReadWrite(int tensor_index,
int type,
BytePointer name,
IntBuffer dims,
TfLiteQuantization quantization,
boolean is_variable,
IntBuffer dims_signature) |
int |
Subgraph.SetTensorParametersReadWrite(int tensor_index,
int type,
BytePointer name,
IntPointer dims,
TfLiteQuantization quantization) |
int |
Interpreter.SetTensorParametersReadWrite(int tensor_index,
int type,
BytePointer name,
IntPointer dims,
TfLiteQuantization quantization) |
int |
Interpreter.SetTensorParametersReadWrite(int tensor_index,
int type,
BytePointer name,
IntPointer dims,
TfLiteQuantization quantization,
boolean is_variable)
Set description of inputs/outputs/data/fptrs for node
node_index. |
int |
Subgraph.SetTensorParametersReadWrite(int tensor_index,
int type,
BytePointer name,
IntPointer dims,
TfLiteQuantization quantization,
boolean is_variable,
IntPointer dims_signature) |
int |
Subgraph.SetTensorParametersReadWrite(int tensor_index,
int type,
BytePointer name,
long ndims,
int[] dims,
TfLiteQuantization quantization) |
int |
Subgraph.SetTensorParametersReadWrite(int tensor_index,
int type,
BytePointer name,
long ndims,
int[] dims,
TfLiteQuantization quantization,
boolean is_variable,
long ndims_signature,
int[] dims_signature) |
int |
Subgraph.SetTensorParametersReadWrite(int tensor_index,
int type,
BytePointer name,
long ndims,
IntBuffer dims,
TfLiteQuantization quantization) |
int |
Subgraph.SetTensorParametersReadWrite(int tensor_index,
int type,
BytePointer name,
long ndims,
IntBuffer dims,
TfLiteQuantization quantization,
boolean is_variable,
long ndims_signature,
IntBuffer dims_signature) |
int |
Subgraph.SetTensorParametersReadWrite(int tensor_index,
int type,
BytePointer name,
long ndims,
IntPointer dims,
TfLiteQuantization quantization) |
int |
Subgraph.SetTensorParametersReadWrite(int tensor_index,
int type,
BytePointer name,
long ndims,
IntPointer dims,
TfLiteQuantization quantization,
boolean is_variable,
long ndims_signature,
IntPointer dims_signature) |
int |
Subgraph.SetTensorParametersReadWrite(int tensor_index,
int type,
String name,
int[] dims,
TfLiteQuantization quantization) |
int |
Interpreter.SetTensorParametersReadWrite(int tensor_index,
int type,
String name,
int[] dims,
TfLiteQuantization quantization) |
int |
Interpreter.SetTensorParametersReadWrite(int tensor_index,
int type,
String name,
int[] dims,
TfLiteQuantization quantization,
boolean is_variable) |
int |
Subgraph.SetTensorParametersReadWrite(int tensor_index,
int type,
String name,
int[] dims,
TfLiteQuantization quantization,
boolean is_variable,
int[] dims_signature) |
int |
Subgraph.SetTensorParametersReadWrite(int tensor_index,
int type,
String name,
IntBuffer dims,
TfLiteQuantization quantization) |
int |
Interpreter.SetTensorParametersReadWrite(int tensor_index,
int type,
String name,
IntBuffer dims,
TfLiteQuantization quantization) |
int |
Interpreter.SetTensorParametersReadWrite(int tensor_index,
int type,
String name,
IntBuffer dims,
TfLiteQuantization quantization,
boolean is_variable) |
int |
Subgraph.SetTensorParametersReadWrite(int tensor_index,
int type,
String name,
IntBuffer dims,
TfLiteQuantization quantization,
boolean is_variable,
IntBuffer dims_signature) |
int |
Subgraph.SetTensorParametersReadWrite(int tensor_index,
int type,
String name,
IntPointer dims,
TfLiteQuantization quantization) |
int |
Interpreter.SetTensorParametersReadWrite(int tensor_index,
int type,
String name,
IntPointer dims,
TfLiteQuantization quantization) |
int |
Interpreter.SetTensorParametersReadWrite(int tensor_index,
int type,
String name,
IntPointer dims,
TfLiteQuantization quantization,
boolean is_variable) |
int |
Subgraph.SetTensorParametersReadWrite(int tensor_index,
int type,
String name,
IntPointer dims,
TfLiteQuantization quantization,
boolean is_variable,
IntPointer dims_signature) |
int |
Subgraph.SetTensorParametersReadWrite(int tensor_index,
int type,
String name,
long ndims,
int[] dims,
TfLiteQuantization quantization) |
int |
Subgraph.SetTensorParametersReadWrite(int tensor_index,
int type,
String name,
long ndims,
int[] dims,
TfLiteQuantization quantization,
boolean is_variable,
long ndims_signature,
int[] dims_signature) |
int |
Subgraph.SetTensorParametersReadWrite(int tensor_index,
int type,
String name,
long ndims,
IntBuffer dims,
TfLiteQuantization quantization) |
int |
Subgraph.SetTensorParametersReadWrite(int tensor_index,
int type,
String name,
long ndims,
IntBuffer dims,
TfLiteQuantization quantization,
boolean is_variable,
long ndims_signature,
IntBuffer dims_signature) |
int |
Subgraph.SetTensorParametersReadWrite(int tensor_index,
int type,
String name,
long ndims,
IntPointer dims,
TfLiteQuantization quantization) |
int |
Subgraph.SetTensorParametersReadWrite(int tensor_index,
int type,
String name,
long ndims,
IntPointer dims,
TfLiteQuantization quantization,
boolean is_variable,
long ndims_signature,
IntPointer dims_signature) |
| Modifier and Type | Method and Description |
|---|---|
static TfLiteQuantization |
tensorflowlite.TfLiteQuantizationClone(TfLiteQuantization src)
\}
|
static TfLiteQuantization |
tensorflowlite.TfLiteTelemetrySubgraphInfoGetQuantizations(TfLiteTelemetrySubgraphInfo subgraph_info) |
| Modifier and Type | Method and Description |
|---|---|
static TfLiteQuantization |
tensorflowlite.TfLiteQuantizationClone(TfLiteQuantization src)
\}
|
static void |
tensorflowlite.TfLiteQuantizationFree(TfLiteQuantization quantization)
Free quantization data.
|
Copyright © 2026. All rights reserved.