Crate pico_tflmicro_sys

Source

Modules§

__gnu_cxx
flatbuffers
ruy
std
tflite

Structs§

TfLiteComplex64
Single-precision complex data type compatible with the C99 definition.
TfLiteComplex128
Double-precision complex data type compatible with the C99 definition.
TfLiteFloat16
Half precision data type compatible with the C99 definition.
TfLiteIntArray
Fixed size list of integers. Used for dimensions and inputs/outputs tensor indices
TfLiteQuantization
Structure specifying the quantization used by the tensor, if-any.
TfLiteQuantizationParams
Legacy. Will be deprecated in favor of TfLiteAffineQuantization. If per-layer quantization is specified this field will still be populated in addition to TfLiteAffineQuantization. Parameters for asymmetric quantization. Quantized values can be converted back to float using: real_value = scale * (quantized_value - zero_point)
TfLiteTensor
__BindgenUnionField
__IncompleteArrayField
_mbstate_t

Enums§

TfLiteAllocationType
Memory allocation strategies.
TfLiteQuantizationType
SupportedQuantizationTypes.
TfLiteType
Types supported by tensor

Type Aliases§

wint_t

Unions§

TfLitePtrUnion
A union of pointers that points to memory for a given tensor.
_mbstate_t__bindgen_ty_1