aboutsummaryrefslogtreecommitdiff
path: root/OPTIONS.md
diff options
context:
space:
mode:
authorTim Hall <tim.hall@arm.com>2020-11-09 16:46:37 +0000
committerTim Hall <tim.hall@arm.com>2020-11-11 11:38:41 +0000
commite6ccd87a2f40877cacdd9721a5116a6853dfe573 (patch)
tree8e22dacc02e82df59cb460b68d39e5fd338abf4d /OPTIONS.md
parente168b969dc75fc3057413a80fdf0e164ab936910 (diff)
downloadethos-u-vela-e6ccd87a2f40877cacdd9721a5116a6853dfe573.tar.gz
MLBEDSW-3019: Add profiling debug database
- Added mechanism to track input to output graph transforms for debugging the resultant command stream. - Provides base implementation for MLBEDSW-2661 Signed-off-by: Tim Hall <tim.hall@arm.com> Change-Id: I2dfe8a409fbde7ad0282bfab5acb11ba1c8b82d8
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