From 14e8a2041877f277f96fe339f48d4f51e0395a42 Mon Sep 17 00:00:00 2001 From: Tim Hall Date: Fri, 27 Nov 2020 12:23:42 +0000 Subject: vela: Rename --keep-scale-placement CLI - Changed to --cache-bias-scale-tensor Signed-off-by: Tim Hall Change-Id: I285fe253f03ba98eff36dbe996ad3a57e2ee3d99 --- OPTIONS.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'OPTIONS.md') 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 -- cgit v1.2.1