Searched refs:add_audio_table (Results 1 – 1 of 1) sorted by relevance
/external/libopus/dnn/torch/testsuite/ |
D | run_test.py | 124 def add_audio_table(f, html_folder, results, title, metric): function 223 add_audio_table(f, html_folder, results[:-21: -1], "Top 20", metric) 227 add_audio_table(f, html_folder, results[N + 10 : N - 10: -1], "Median 20", metric) 230 add_audio_table(f, html_folder, results[:20], "Flop 20", metric)
|