Searched refs:compileWithoutCacheTimeSec (Results 1 – 4 of 4) sorted by relevance
25 public CompilationBenchmarkResult(float[] compileWithoutCacheTimeSec, in CompilationBenchmarkResult() argument27 mCompileWithoutCacheTimeSec = compileWithoutCacheTimeSec; in CompilationBenchmarkResult()
60 std::vector<float> compileWithoutCacheTimeSec; member
490 convertToJfloatArray(env, result.compileWithoutCacheTimeSec); in Java_com_android_nn_benchmark_core_NNTestBase_runCompilationBenchmark()
540 &result->compileWithoutCacheTimeSec); in benchmarkCompilation()