Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/evaluators/
DMelCepLogF0.java74 float squared_error = 0; in calculateMelCepDistortion() local
81 squared_error += Math.pow( in calculateMelCepDistortion()
87 return (float)Math.sqrt(squared_error / in calculateMelCepDistortion()
93 float squared_error = 0; in calculateLogF0Error() local
102 squared_error += Math.pow(outputs[inferenceIndex][f0Index] - in calculateLogF0Error()
110 logF0Error = (float)Math.sqrt(squared_error / count); in calculateLogF0Error()