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.java45 private float mSumOfMSEs; field in BenchmarkResult
71 mSumOfMSEs = sumOfMSEs; in BenchmarkResult()
111 mSumOfMSEs = in.readFloat(); in BenchmarkResult()
142 dest.writeFloat(mSumOfMSEs); in writeToParcel()
171 return mSumOfMSEs; in getError()
195 ", mSumOfMSEs=" + mSumOfMSEs + in toString()
259 mSumOfMSEs / mLatencyInference.getIterations()); in toBundle()