From d70025250fc49997801ea3a6ce83f2fa29a09d78 Mon Sep 17 00:00:00 2001 From: Louis Verhaard Date: Wed, 20 Jan 2021 17:23:54 +0100 Subject: MLBEDSW-3808: Ported search allocator to python - Straight port of the C++ implementation to python. - Renamed the allocator from "Search" to "HillClimb" Change-Id: I50797d541f326d0264daf79bf7866aef32350a60 Signed-off-by: Louis Verhaard --- OPTIONS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OPTIONS.md') 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 -- cgit v1.2.1