aboutsummaryrefslogtreecommitdiff
path: root/OPTIONS.md
diff options
context:
space:
mode:
Diffstat (limited to 'OPTIONS.md')
-rw-r--r--OPTIONS.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/OPTIONS.md b/OPTIONS.md
index fa5f4136..acda037a 100644
--- a/OPTIONS.md
+++ b/OPTIONS.md
@@ -256,6 +256,17 @@ in optimisations that use less SRAM, albeit at the cost of performance (inferenc
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.
+**Type: Integer**
+**Default: 16**
+
+```bash
+vela network.tflite --allocation-alignment 128
+```
+
## Verbose Print Options
All of the options below are disabled by default and enabling them will add