aboutsummaryrefslogtreecommitdiff
path: root/OPTIONS.md
diff options
context:
space:
mode:
Diffstat (limited to 'OPTIONS.md')
-rw-r--r--OPTIONS.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/OPTIONS.md b/OPTIONS.md
index 92201518..9aaf67b7 100644
--- a/OPTIONS.md
+++ b/OPTIONS.md
@@ -204,6 +204,19 @@ a RecursionError exception.
vela network.tflite --recursion-limit 50000
```
+### Enable Debug DB
+
+The neural network debug database allows tracking of optimisations from the
+input network graph to the output command stream. Set this option to enable the
+calculation and writing of an XML file that contains the network debug database
+tables to the output directory.
+**Type: Boolean**
+**Default: Disabled**
+
+```bash
+vela network.tflite --enable-debug-db
+```
+
### Max Block Dependency
Set the maximum value that can be used for the block dependency delay between