Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DCompilationBenchmarkResult.java20 public float[] mCompileWithoutCacheTimeSec; field in CompilationBenchmarkResult
27 mCompileWithoutCacheTimeSec = compileWithoutCacheTimeSec; in CompilationBenchmarkResult()
DBenchmarkResult.java397 mLatencyCompileWithoutCache = new LatencyResult(result.mCompileWithoutCacheTimeSec); in setCompilationBenchmarkResult()