Searched refs:CompilationBenchmarkResult (Results 1 – 7 of 7) sorted by relevance
19 public class CompilationBenchmarkResult { class25 public CompilationBenchmarkResult(float[] compileWithoutCacheTimeSec, in CompilationBenchmarkResult() method in CompilationBenchmarkResult
76 private synchronized native CompilationBenchmarkResult runCompilationBenchmark( in runCompilationBenchmark()350 public CompilationBenchmarkResult runCompilationBenchmark(float warmupTimeoutSec, in runCompilationBenchmark()355 CompilationBenchmarkResult result = runCompilationBenchmark( in runCompilationBenchmark()
222 CompilationBenchmarkResult result = in runCompilationBenchmarkLoop()
382 public void setCompilationBenchmarkResult(CompilationBenchmarkResult result) { in setCompilationBenchmarkResult()
59 struct CompilationBenchmarkResult { struct102 CompilationBenchmarkResult* result);
483 CompilationBenchmarkResult result; in Java_com_android_nn_benchmark_core_NNTestBase_runCompilationBenchmark()
534 float runTimeout, CompilationBenchmarkResult* result) { in benchmarkCompilation()