Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DBenchmarkResult.java67 float sumOfMSEs, float maxSingleError, String testInfo, in BenchmarkResult() argument
72 mMaxSingleError = maxSingleError; in BenchmarkResult()
334 float maxSingleError = 0; in fromInferenceResults() local
345 if (mse > maxSingleError) { in fromInferenceResults()
346 maxSingleError = mse; in fromInferenceResults()
377 return new BenchmarkResult(new LatencyResult(latencies), sumOfMSEs, maxSingleError, in fromInferenceResults()