tflite-micro
tflite-micro copied to clipboard
Enabling NEON for TFLM on Raspberry Pi
I am trying to enable the NEON option for TFLM on a Raspberry Pi. I removed '-DTF_LITE_DISABLE_X86_NEON' and added '-DUSE_NEON' to COMMON_FLAGS in 'tensorflow/lite/micro/tools/make/Makefile'. Is this the correct way to enable NEON for TFLM?