Infrastructure to enable deployment of ML models to low-power resource-constrained embedded targets (including microcontrollers and digital signal processors).
Apache License 2.0
1.93k
stars
826
forks
source link
feat: add fixed-capacity, statically-allocated type tflite::StaticVector #2642
Add a type, tflite::StaticVector, which behaves like std::vector, but which avoids heap memory allocation.
BUG=#2636