From 25e18397c0e55ee6ca0d5d7dd0adacde4b192206 Mon Sep 17 00:00:00 2001 From: andresovela Date: Tue, 16 Jul 2024 13:39:46 +0200 Subject: [PATCH] Explain tradeoff of external memory --- examples/app_flash_single_model_arena_ext_mem/README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/app_flash_single_model_arena_ext_mem/README.rst b/examples/app_flash_single_model_arena_ext_mem/README.rst index 9b3a23558..8bf0582c0 100644 --- a/examples/app_flash_single_model_arena_ext_mem/README.rst +++ b/examples/app_flash_single_model_arena_ext_mem/README.rst @@ -4,6 +4,7 @@ Example with flash and tensor arena on external memory Please consult `here <../../docs/rst/flow.rst>`_ on how to install the tools. This is an example with one network using a tensor arena in external memory. +This is much slower than having the tensor arena in the 512 kB SRAM, but it allows tensor arenas to have a size larger than 512 kB. The differences with the ``app_flash_single_model`` example are minimal: