Skip to content

Commit

Permalink
Explain tradeoff of external memory
Browse files Browse the repository at this point in the history
  • Loading branch information
andresovela committed Jul 16, 2024
1 parent f9b9a1c commit 25e1839
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/app_flash_single_model_arena_ext_mem/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 25e1839

Please sign in to comment.