aboutsummaryrefslogtreecommitdiff
path: root/OPTIONS.md
diff options
context:
space:
mode:
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