Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DBenchmarkResult.java41 private LatencyResult mLatencyCompileWithoutCache; field in BenchmarkResult
109 mLatencyCompileWithoutCache = in.readParcelable(LatencyResult.class.getClassLoader()); in BenchmarkResult()
140 dest.writeParcelable(mLatencyCompileWithoutCache, flags); in writeToParcel()
180 return mLatencyCompileWithoutCache == null ? 0.0f in getCompileWithoutCacheMeanTimeSec()
181 : mLatencyCompileWithoutCache.getMeanTimeSec(); in getCompileWithoutCacheMeanTimeSec()
226 if (mLatencyCompileWithoutCache != null) { in toString()
228 .append(mLatencyCompileWithoutCache.toString()); in toString()
278 if (mLatencyCompileWithoutCache != null) { in toBundle()
279 mLatencyCompileWithoutCache.putToBundle(results, testName + "_compile_without_cache"); in toBundle()
322 sb.append(',').append(mLatencyCompileWithoutCache != null); in toCsvLine()
[all …]