From 9bfe0f86ea525055954b160a3c678024743030ec Mon Sep 17 00:00:00 2001 From: Louis Verhaard Date: Thu, 3 Dec 2020 12:26:25 +0100 Subject: MLBEDSW-1373: Added search based allocator Added a new tensor allocator that is based on searching, implemented in C++ (C++11 compatible). Change-Id: Ie96e9fcfc8e6c58d1fa53911f37de290eeba88cf 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 a97ba4ea..22538a6b 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: Greedy** -**Choices: [Greedy, LinearAlloc]** +**Default: Search** +**Choices: [Greedy, LinearAlloc, Search]** ```bash vela network.tflite --tensor-allocator=LinearAlloc -- cgit v1.2.1