cpetig / tflite_micro_compiler

generate tflite micro code which bypasses the interpreter (directly calls into kernels)
Apache License 2.0
76 stars 26 forks source link

Support architectures which don't zero bss #27

Open cpetig opened 4 years ago

cpetig commented 4 years ago

some ti compilers and gcc provide the option to not zero bss to speed up boot time on embedded hardware attribute ((section (".noinit"))) Provide an option to zero all of the structures (tensors, nodes, context)