Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/evaluators/
DMelCepLogF0.java44 private float mMaxMelCepDistortion = 0f; field in MelCepLogF0
55 mMaxMelCepDistortion = Math.max(mMaxMelCepDistortion, melCepDistortion); in EvaluateSequenceAccuracy()
67 values.add(mMaxMelCepDistortion); in AddValidationResult()