From 49b4f1c88d2825d8708c38092fa71103d5931d8c Mon Sep 17 00:00:00 2001 From: Diqing Zhong Date: Tue, 12 Jan 2021 12:39:44 +0100 Subject: MLBEDSW-3769: Fix print error Change-Id: I464528510d6646ac685a31c1b3355252f44d2692 Signed-off-by: Diqing Zhong --- ethosu/vela/stats_writer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethosu/vela/stats_writer.py b/ethosu/vela/stats_writer.py index 02d95d81..70b3ffb7 100644 --- a/ethosu/vela/stats_writer.py +++ b/ethosu/vela/stats_writer.py @@ -284,7 +284,7 @@ def print_performance_metrics_for_strat( if n_operations > 0: print( f"{n_cpu_operations:d}/{n_operations:d}" - f" ({n_cpu_operations / n_operations * 100:4.1%}) operations falling back to the CPU", + f" ({n_cpu_operations / n_operations:4.1%}) operations falling back to the CPU", file=f, ) -- cgit v1.2.1