Home
last modified time | relevance | path

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

/aosp_15_r20/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DNNTestBase.java96 private synchronized native CompilationBenchmarkResult runCompilationBenchmark( in runCompilationBenchmark() method in NNTestBase
441 public CompilationBenchmarkResult runCompilationBenchmark(float warmupTimeoutSec, in runCompilationBenchmark() method in NNTestBase
446 CompilationBenchmarkResult result = runCompilationBenchmark( in runCompilationBenchmark()
DProcessor.java260 mTest.runCompilationBenchmark(warmupMinTime, runMinTime, maxIterations); in runCompilationBenchmarkLoop()