We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90cb1be commit f1c2a4cCopy full SHA for f1c2a4c
tools/imatrix/imatrix.cpp
@@ -1302,7 +1302,7 @@ static bool show_statistics(const common_params & params) {
1302
LOG_INF("%5s\t%-20s\t%11.2f\t%10.4f\t%10.4f\t%8.2f\t%8.2f\t%7d\t%12.4f\t%7.2f%%\t%6.2f%%\t%10.4f\n",
1303
layer.c_str(),
1304
name.c_str(),
1305
- tstat.sum_values,
+ tensor_calc_mode == 1 ? tstat.l2_norm : tstat.sum_values,
1306
tstat.min_values,
1307
tstat.max_values,
1308
tstat.mean_values,
0 commit comments