summaryrefslogtreecommitdiff
path: root/docs/sections/building.md
diff options
context:
space:
mode:
authorGeorge Gekov <george.gekov@arm.com>2021-07-06 12:02:26 +0100
committerGeorge Gekov <george.gekov@arm.com>2021-07-09 13:43:06 +0100
commitbe54c625bbec3b0c5927c772053951c06e336ae2 (patch)
treee5ebf88f3940152a0c787a27f01c8b30e2c6d595 /docs/sections/building.md
parent80eecfbdaad689c52d5a6d370a322f3d6a6150e4 (diff)
downloadml-embedded-evaluation-kit-be54c625bbec3b0c5927c772053951c06e336ae2.tar.gz
MLECO-2036: Fix Vela3 documentation references & update Vela .ini configuration
Signed-off-by: George Gekov <george.gekov@arm.com> Change-Id: I92b9ab60974ad266246994deae5833f7f374633d
Diffstat (limited to 'docs/sections/building.md')
-rw-r--r--docs/sections/building.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/sections/building.md b/docs/sections/building.md
index 96af70d..63f8d53 100644
--- a/docs/sections/building.md
+++ b/docs/sections/building.md
@@ -672,11 +672,11 @@ vela \
<model>.tflite
```
-The Vela folder contains the following:
+The Vela command contains the following:
- `--accelerator-config`: Specifies the accelerator configuration to use between `ethos-u55-256`, `ethos-u55-128`,
`ethos-u55-64`, and `ethos-u55-32`.
-- `--block-config-limit`: Limits the block config search space. Use `zero` for unlimited search space.
+- `--optimise`: Sets the optimisation strategy to Performance or Size. The Size strategy results in a model minimising the SRAM usage whereas the Performance strategy optimises the neural network for maximal perforamance. Note that if using the Performance strategy, you can also pass the `--arena-cache-size` option to Vela.
- `--config`: Specifies the path to the Vela configuration file. The format of the file is a Python ConfigParser `.ini`
file. An example can be found in the `dependencies` folder [default_vela.ini](../../scripts/vela/default_vela.ini).
- `--memory-mode`: Selects the memory mode to use as specified in the Vela configuration file.