From b9b515ca996e1ec5835a2c35033cc6f818f71f12 Mon Sep 17 00:00:00 2001 From: Tim Hall Date: Sun, 1 Nov 2020 21:27:19 +0000 Subject: vela: Remove and change CLI options - Removed unused --show-minimum-possible-allocation - Change --allocation-alignment to --cpu-tensor-alignment Signed-off-by: Tim Hall Change-Id: I00e367c3190aeea08a3f136332711e9accc85ba3 --- OPTIONS.md | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) (limited to 'OPTIONS.md') diff --git a/OPTIONS.md b/OPTIONS.md index baf6c5a3..10bfea55 100644 --- a/OPTIONS.md +++ b/OPTIONS.md @@ -280,11 +280,14 @@ SRAM, albeit at the cost of performance (inference speed). vela network.tflite --weight-estimation-scaling=1.2 ``` -### Allocation alignment - -Controls the allocation byte alignment. Only affects CPU tensors, NPU tensors -will remain 16-byte aligned independent of this option. Alignment has to be a -power of two and greater or equal to 16. +### CPU Tensor Alignment + +Controls the allocation byte alignment. This affects all CPU tensors including +Ethos-U Custom operator inputs and outputs. In this instance a CPU tensor is +defined as any tensor that is explicitly listed in the resulting `.tflite` file. +The Ethos-U NPU internal tensors will remain 16-byte aligned independent of this +option, these tensors are contained within the command stream. Alignment has to +be a power of two and greater or equal to 16. **Type: Integer** **Default: 16** @@ -305,14 +308,6 @@ Prints a summary of all the subgraphs and their inputs and outputs. vela network.tflite --show-subgraph-io-summary ``` -### Show Minimum Possible Allocation - -Prints the minimum possible allocation. - -```bash -vela network.tflite --show-minimum-possible-allocation -``` - ### Show Cpu Operations Show the operations that fall back to the CPU. -- cgit v1.2.1