From c5b831f007ed8cde07052bdfbfa1173affdb7fb5 Mon Sep 17 00:00:00 2001 From: Kristofer Jonsson Date: Fri, 29 Apr 2022 12:19:05 +0200 Subject: Add TFLM arena allocator Updating tflite_micro.cmake to include the arena allocator. Change-Id: I793353afeccdf7f8a791b0e7202078eaffe72d7d --- tflite_micro.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/tflite_micro.cmake b/tflite_micro.cmake index fea4e1a..a93bf33 100644 --- a/tflite_micro.cmake +++ b/tflite_micro.cmake @@ -167,6 +167,7 @@ target_include_directories(tflu PRIVATE tensorflow_target_sources_glob(tflu GLOB TRUE ${TFLU_PATH}/*.cc + ${TFLU_PATH}/arena_allocator/*.cc ${TFLU_PATH}/memory_planner/*.cc ${TFLU_PATH}/kernels/*.cc) -- cgit v1.2.1