Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DBenchmarkResult.java36 private float mSumOfMSEs; field in BenchmarkResult
76 mSumOfMSEs = sumOfMSEs; in BenchmarkResult()
118 mSumOfMSEs = in.readFloat(); in BenchmarkResult()
152 dest.writeFloat(mSumOfMSEs); in writeToParcel()
186 return mSumOfMSEs; in getError()
211 ", mSumOfMSEs=" + mSumOfMSEs + in toString()
258 results.putFloat(testName + "_mean_square_error", mSumOfMSEs / mIterations); in toBundle()