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.java68 float sumOfMSEs, float maxSingleError, String testInfo, in BenchmarkResult() argument
73 mMaxSingleError = maxSingleError; in BenchmarkResult()
348 float maxSingleError = 0; in fromInferenceResults() local
359 if (mse > maxSingleError) { in fromInferenceResults()
360 maxSingleError = mse; in fromInferenceResults()
391 return new BenchmarkResult(new LatencyResult(latencies), sumOfMSEs, maxSingleError, in fromInferenceResults()