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.java68 float sumOfMSEs, float maxSingleError, String testInfo, in BenchmarkResult() argument
72 mSumOfMSEs = sumOfMSEs; in BenchmarkResult()
347 float sumOfMSEs = 0; in fromInferenceResults() local
354 sumOfMSEs += mse; in fromInferenceResults()
391 return new BenchmarkResult(new LatencyResult(latencies), sumOfMSEs, maxSingleError, in fromInferenceResults()