aboutsummaryrefslogtreecommitdiff
path: root/OPTIONS.md
diff options
context:
space:
mode:
authorJacob Bohlin <jacob.bohlin@arm.com>2020-06-12 10:24:08 +0200
committerTim Hall <tim.hall@arm.com>2020-06-18 17:53:52 +0100
commitc65cb6c0eb925d4acd66febd71c8e19f80737a38 (patch)
treed11e817195ac42bd9e8428ce5358f86508acd070 /OPTIONS.md
parent611fcdf8f0e33dabba4486eb78ce482c189248e5 (diff)
downloadethos-u-vela-c65cb6c0eb925d4acd66febd71c8e19f80737a38.tar.gz
Added --nhcwb16-between-cascaded-passes to OPTIONS.md
Signed-off-by: Jacob Bohlin <jacob.bohlin@arm.com> Change-Id: I99e58d22ec26cf573f5f8b567393e515b2c43794
Diffstat (limited to 'OPTIONS.md')
-rw-r--r--OPTIONS.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/OPTIONS.md b/OPTIONS.md
index 022ec6b8..20fcd542 100644
--- a/OPTIONS.md
+++ b/OPTIONS.md
@@ -290,6 +290,18 @@ NPU kernel operations. A lower value may result in longer execution time.
vela network.tflite --max-block-dependency 0
```
+### Tensor Format Between Cascaded Passes
+
+Controls if NHCWB16 or NHWC Tensor format should be used in between cascaded passes. NHWCB16 means FeatureMaps are laid
+out in 1x1x16B bricks in row-major order. This enables more efficient FeatureMap reading from external memory.
+**Type: Boolean**
+**Default: True**
+**Choices: [True, False]**
+
+```bash
+vela network.tflite --nhcwb16-between-cascaded-passes
+```
+
## Verbose Print Options
All of the options below are disabled by default and enabling them will add