aboutsummaryrefslogtreecommitdiff
path: root/OPTIONS.md
diff options
context:
space:
mode:
Diffstat (limited to 'OPTIONS.md')
-rw-r--r--OPTIONS.md21
1 files changed, 8 insertions, 13 deletions
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.