Searched refs:metrix_table (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/ts/misc/ |
D | report.py | 54 metrics = [m for m in metrics if m and not m.endswith("%") and m in metrix_table] 64 tbl.newColumn(m, metrix_table[m][0]) 66 tbl.newColumn(m, metrix_table[m][0], align = "center") 86 val = metrix_table[m][1](case, None, options.units)
|
D | summary.py | 52 if options.metric not in metrix_table: 141 getter = metrix_table[options.metric][1] 142 getter_score = metrix_table["score"][1] if options.calc_score else None 143 getter_p = metrix_table[options.metric + "%"][1] if options.calc_relatives else None 144 getter_cr = metrix_table[options.metric + "$"][1] if options.calc_cr else None 145 tbl = table(metrix_table[options.metric][0])
|
D | chart.py | 123 if options.metric not in metrix_table: 127 getter = metrix_table[options.metric][1] 207 …tbl = table(metrix_table[options.metric][0] + " for\n" + getTestWideName(sname, indexes, arglists,…
|
D | table_formatter.py | 646 metrix_table = \ variable 710 if options.metric not in metrix_table: 749 getter = metrix_table[options.metric][1] 755 tbl.newColumn("value", metrix_table[options.metric][0], align = "center", bold = "true")
|