From e6ccd87a2f40877cacdd9721a5116a6853dfe573 Mon Sep 17 00:00:00 2001 From: Tim Hall Date: Mon, 9 Nov 2020 16:46:37 +0000 Subject: 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 Change-Id: I2dfe8a409fbde7ad0282bfab5acb11ba1c8b82d8 --- OPTIONS.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'OPTIONS.md') 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 -- cgit v1.2.1