ml: tflite extra hardware support.

Signed-off-by: jihandong <jihandong@xiaomi.com>
This commit is contained in:
jihandong 2024-05-10 16:15:45 +08:00 committed by Xiang Xiao
parent b15e71cd22
commit f2eb5cd3c4

View file

@ -93,6 +93,9 @@ CSRCS += operators/neon/arm_elementwise_add_s8.c
endif
endif
# extra hardware support.
-include $(TFLM_DIR)/tensorflow/lite/micro/nuttx/Makefile
CFLAGS += ${COMMON_FLAGS}
CXXFLAGS += ${COMMON_FLAGS}