aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristofer Jonsson <kristofer.jonsson@arm.com>2022-04-29 12:19:05 +0200
committerKristofer Jonsson <kristofer.jonsson@arm.com>2022-04-29 13:15:54 +0200
commitc5b831f007ed8cde07052bdfbfa1173affdb7fb5 (patch)
tree61073f43fa77822875240cbcc8095bd760b4468e
parent37fd8a38af2e2a2a9d532d72a00a99f41769f87b (diff)
downloadethos-u-core-software-c5b831f007ed8cde07052bdfbfa1173affdb7fb5.tar.gz
Add TFLM arena allocator
Updating tflite_micro.cmake to include the arena allocator. Change-Id: I793353afeccdf7f8a791b0e7202078eaffe72d7d
-rw-r--r--tflite_micro.cmake1
1 files changed, 1 insertions, 0 deletions
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)