Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DBenchmarkResult.java71 float sumOfMSEs, float maxSingleError, String testInfo, in BenchmarkResult() argument
76 mSumOfMSEs = sumOfMSEs; in BenchmarkResult()
323 float sumOfMSEs = 0; in fromInferenceResults() local
334 sumOfMSEs += mse; in fromInferenceResults()
394 sumOfMSEs, maxSingleError, testInfo, evaluatorKeys, evaluatorResults, in fromInferenceResults()