From 955288a1b08bbfb0ea5fc0c5994b1a3a6ff8506e Mon Sep 17 00:00:00 2001 From: Jens Elofsson Date: Thu, 22 Apr 2021 20:57:15 +0200 Subject: Add EthosuProfiler to perform layer-by-layer profiling on Ethos-U. Change-Id: Idae34fd8ab6b17b0bc21db658fff135a5ddf5461 --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e8d46ae..ab8676e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,6 +63,9 @@ include(tensorflow.cmake) # Build RTOS add_subdirectory(rtos) +# Build libs +add_subdirectory(lib) + # Build applications add_subdirectory(applications) -- cgit v1.2.1