Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DBenchmarkResult.java47 private float mMaxSingleError; field in BenchmarkResult
73 mMaxSingleError = maxSingleError; in BenchmarkResult()
113 mMaxSingleError = in.readFloat(); in BenchmarkResult()
144 dest.writeFloat(mMaxSingleError); in writeToParcel()
210 ", mMaxSingleErrors=" + mMaxSingleError + in toString()
274 results.putFloat(testName + "_inference_max_single_error", mMaxSingleError); in toBundle()
305 String.valueOf(mMaxSingleError), in toCsvLine()