aboutsummaryrefslogtreecommitdiff
path: root/OPTIONS.md
diff options
context:
space:
mode:
authorTim Hall <tim.hall@arm.com>2020-11-27 12:23:42 +0000
committertim.hall <tim.hall@arm.com>2020-11-27 14:57:24 +0000
commit14e8a2041877f277f96fe339f48d4f51e0395a42 (patch)
tree778b399efa01874c8cebece32ff5c9e7b9602739 /OPTIONS.md
parent061eeb4c6a1af7780992ae6d3967905b03e2433a (diff)
downloadethos-u-vela-14e8a2041877f277f96fe339f48d4f51e0395a42.tar.gz
vela: Rename --keep-scale-placement CLI
- Changed to --cache-bias-scale-tensor Signed-off-by: Tim Hall <tim.hall@arm.com> Change-Id: I285fe253f03ba98eff36dbe996ad3a57e2ee3d99
Diffstat (limited to 'OPTIONS.md')
-rw-r--r--OPTIONS.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/OPTIONS.md b/OPTIONS.md
index 156338d2..4c5b3e83 100644
--- a/OPTIONS.md
+++ b/OPTIONS.md
@@ -98,13 +98,15 @@ mode. More details can be found in the Configuration File section below.
vela network.tflite --config my_vela_cfg1.ini --config my_vela_cfg2.ini --system-config My_Sys_Cfg --memory-mode My_Mem_Mode
```
-### Keep scale placement
+### Cache Bias Scale Tensor
-Prevents scheduler from placing scale tensors for IFM streamed passes in SRAM
-and keeps these in flash.
+Controls whether the scheduler caches the bias & scale tensors in SRAM or if it
+leaves them in Flash. This only affects IFM streamed passes.
+**Type: Boolean**
+**Default: True**
```bash
-vela network.tflite --keep-scale-placement
+vela network.tflite --cache-bias-scale-tensor False
```
### Cascading