aboutsummaryrefslogtreecommitdiff
path: root/OPTIONS.md
diff options
context:
space:
mode:
authorPatrik Gustavsson <patrik.gustavsson@arm.com>2020-09-03 16:39:52 +0200
committerPatrik Gustavsson <patrik.gustavsson@arm.com>2020-09-04 12:50:58 +0200
commite5cf95b8c3de4e1e4cbc7046cafd4d84c7492596 (patch)
treebdfca1f8d3647d1cdc8bfdbe4c3b8fde748b8a82 /OPTIONS.md
parent271ddc31745ca2aefa193f3a7308753126ac7c89 (diff)
downloadethos-u-vela-e5cf95b8c3de4e1e4cbc7046cafd4d84c7492596.tar.gz
MLBEDSW-2819 Removed CLI-option permanent-storage
Removed CLI-option permanent-storage Signed-off-by: Patrik Gustavsson <patrik.gustavsson@arm.com> Change-Id: I03e03205a183bd538292a73a07b095546fa3d95a
Diffstat (limited to 'OPTIONS.md')
-rw-r--r--OPTIONS.md13
1 files changed, 0 insertions, 13 deletions
diff --git a/OPTIONS.md b/OPTIONS.md
index acda037a..07cf78e2 100644
--- a/OPTIONS.md
+++ b/OPTIONS.md
@@ -132,19 +132,6 @@ File (see section below).
vela network.tflite --system-config MySysConfig
```
-### Permanent Storage
-
-Specify memory area to be used for permanent storage. This area is where
-weights, bias and other constant data will be stored. OnChipFlash means reading
-directly from this storage, i.e. not using the DMA. To solely run from SRAM,
-OnChipFlash should be selected.
-**Type: String**
-**Default: OffChipFlash**
-
-```bash
-vela network.tflite --permanent-storage OnChipFlash
-```
-
### Tensor Allocator
Specify which allocator algorithm to use for non-constant NPU and CPU tensor