aboutsummaryrefslogtreecommitdiff
path: root/OPTIONS.md
diff options
context:
space:
mode:
authorLouis Verhaard <louis.verhaard@arm.com>2021-01-20 17:23:54 +0100
committerLouis Verhaard <louis.verhaard@arm.com>2021-02-12 17:40:21 +0100
commitd70025250fc49997801ea3a6ce83f2fa29a09d78 (patch)
tree07462a32ed30ba9893bb7825e44b9606a400e709 /OPTIONS.md
parentad45f792e699fe6abdc381f62690801aa50bd412 (diff)
downloadethos-u-vela-d70025250fc49997801ea3a6ce83f2fa29a09d78.tar.gz
MLBEDSW-3808: Ported search allocator to python2.1.0.rc1
- Straight port of the C++ implementation to python. - Renamed the allocator from "Search" to "HillClimb" Change-Id: I50797d541f326d0264daf79bf7866aef32350a60 Signed-off-by: Louis Verhaard <louis.verhaard@arm.com>
Diffstat (limited to 'OPTIONS.md')
-rw-r--r--OPTIONS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/OPTIONS.md b/OPTIONS.md
index e191d4ee..1293f17d 100644
--- a/OPTIONS.md
+++ b/OPTIONS.md
@@ -183,8 +183,8 @@ vela network.tflite --config my_vela_cfg.ini --memory-mode My_Mem_Mode
Specify which allocator algorithm to use for non-constant NPU and CPU tensor
allocation.
**Type: String**
-**Default: Search**
-**Choices: [Greedy, LinearAlloc, Search]**
+**Default: HillClimb**
+**Choices: [Greedy, LinearAlloc, HillClimb]**
```bash
vela network.tflite --tensor-allocator=LinearAlloc