Modules§
Structs§
- TfLite
Complex64 - Single-precision complex data type compatible with the C99 definition.
- TfLite
Complex128 - Double-precision complex data type compatible with the C99 definition.
- TfLite
Float16 - Half precision data type compatible with the C99 definition.
- TfLite
IntArray - Fixed size list of integers. Used for dimensions and inputs/outputs tensor indices
- TfLite
Quantization - Structure specifying the quantization used by the tensor, if-any.
- TfLite
Quantization Params - Legacy. Will be deprecated in favor of
TfLiteAffineQuantization
. If per-layer quantization is specified this field will still be populated in addition toTfLiteAffineQuantization
. Parameters for asymmetric quantization. Quantized values can be converted back to float using:real_value = scale * (quantized_value - zero_point)
- TfLite
Tensor - __
Bindgen Union Field - __
Incomplete Array Field - _mbstate_
t
Enums§
- TfLite
Allocation Type - Memory allocation strategies.
- TfLite
Quantization Type - SupportedQuantizationTypes.
- TfLite
Type - Types supported by tensor
Type Aliases§
Unions§
- TfLite
PtrUnion - A union of pointers that points to memory for a given tensor.
- _mbstate_
t__ bindgen_ ty_ 1