From e5cf95b8c3de4e1e4cbc7046cafd4d84c7492596 Mon Sep 17 00:00:00 2001 From: Patrik Gustavsson Date: Thu, 3 Sep 2020 16:39:52 +0200 Subject: MLBEDSW-2819 Removed CLI-option permanent-storage Removed CLI-option permanent-storage Signed-off-by: Patrik Gustavsson Change-Id: I03e03205a183bd538292a73a07b095546fa3d95a --- OPTIONS.md | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'OPTIONS.md') 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 -- cgit v1.2.1