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.java46 private float mSumOfMSEs; field in BenchmarkResult
72 mSumOfMSEs = sumOfMSEs; in BenchmarkResult()
112 mSumOfMSEs = in.readFloat(); in BenchmarkResult()
143 dest.writeFloat(mSumOfMSEs); in writeToParcel()
172 return mSumOfMSEs; in getError()
209 ", mSumOfMSEs=" + mSumOfMSEs + in toString()
273 mSumOfMSEs / mLatencyInference.getIterations()); in toBundle()