From 1c54ac1499da4b1c0de39336c1a9b22e506388b1 Mon Sep 17 00:00:00 2001 From: Raul Farkas Date: Wed, 26 Apr 2023 07:49:15 +0100 Subject: MLBEDSW-7390: Add verbose progress option Add --verbose-progress CLI option used to enable printing progress information in the compiler driver and scheduler. Change-Id: I99ac8c6a654e60391d5c11e28b89250405daa53a Signed-off-by: Raul Farkas --- OPTIONS.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'OPTIONS.md') diff --git a/OPTIONS.md b/OPTIONS.md index 36cd1722..9eaff235 100644 --- a/OPTIONS.md +++ b/OPTIONS.md @@ -432,6 +432,14 @@ Verbose weights information. vela network.tflite --verbose-weights ``` +### Verbose Progress + +Verbose progress information from the compiler driver and scheduler. + +```bash +vela network.tflite --verbose-progress +``` + ## Configuration File This is used to describe various properties of the Ethos-U embedded system. The -- cgit v1.2.1