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

No proper alignment on opdata #44

Closed cpetig closed 4 years ago

cpetig commented 4 years ago

If an operator is unknown the opdata is dumped as an 8 bit array. But opdate should be 4 byte aligned on most architectures to correctly access 32 bit values inside (common).