Package | Description |
---|---|
org.bytedeco.tensorflowlite | |
org.bytedeco.tensorflowlite.global |
Modifier and Type | Method and Description |
---|---|
TfLiteSparsity |
TfLiteSparsity.block_map(TfLiteIntArray setter) |
TfLiteSparsity |
TfLiteSparsity.dim_metadata_size(int setter) |
TfLiteSparsity |
TfLiteSparsity.dim_metadata(TfLiteDimensionMetadata setter) |
TfLiteSparsity |
TfLiteSparsity.getPointer(long i) |
TfLiteSparsity |
TfLiteSparsity.position(long position) |
TfLiteSparsity |
TfLiteTensor.sparsity()
Parameters used to encode a sparse tensor.
|
TfLiteSparsity |
TfLiteSparsity.traversal_order(TfLiteIntArray setter) |
Modifier and Type | Method and Description |
---|---|
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
Allocation allocation,
TfLiteSparsity sparsity,
long buffer_identifier) |
TfLiteTensor |
TfLiteTensor.sparsity(TfLiteSparsity setter) |
Modifier and Type | Method and Description |
---|---|
static void |
tensorflowlite.TfLiteSparsityFree(TfLiteSparsity sparsity)
Free sparsity parameters.
|
Copyright © 2025. All rights reserved.