cpetig / tflite_micro_compiler

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

Persistent buffers are aligned #19

Open rafzi opened 4 years ago

rafzi commented 4 years ago

The persistent buffers are aligned on 16 byte boundaries. Our current "FakeAllocatePersistentBuffer" doesn't account for this. This may cause issues for optimized kernels with alignment requirements.