Home
last modified time | relevance | path

Searched refs:polqa_out_filepath (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/
Deval_scores.py284 polqa_out_filepath = os.path.join(output_path, 'polqa.out')
285 if os.path.exists(polqa_out_filepath):
286 os.unlink(polqa_out_filepath)
300 polqa_out_filepath,
306 polqa_output = self._ParseOutputFile(polqa_out_filepath)
312 def _ParseOutputFile(cls, polqa_out_filepath): argument
323 with open(polqa_out_filepath) as f: