tflite_micro_compiler
tflite_micro_compiler copied to clipboard
Central place to specify tensor alignment
On some platforms or with some optimizations tensors need to be 8 to 16 byte aligned. This should be configurable in a central place (#define). Maybe a different alignment for 0D, 1D and 2+D tensors is preferred?