Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DCompilationBenchmarkResult.java22 public float[] mPrepareFromCacheTimeSec; field in CompilationBenchmarkResult
29 mPrepareFromCacheTimeSec = prepareFromCacheTimeSec; in CompilationBenchmarkResult()
DBenchmarkResult.java401 if (result.mPrepareFromCacheTimeSec != null) { in setCompilationBenchmarkResult()
402 mLatencyPrepareFromCache = new LatencyResult(result.mPrepareFromCacheTimeSec); in setCompilationBenchmarkResult()