Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DNNTestBase.java77 private synchronized native CompilationBenchmarkResult runCompilationBenchmark( in runCompilationBenchmark() method in NNTestBase
365 public CompilationBenchmarkResult runCompilationBenchmark(float warmupTimeoutSec, in runCompilationBenchmark() method in NNTestBase
370 CompilationBenchmarkResult result = runCompilationBenchmark( in runCompilationBenchmark()
DProcessor.java235 mTest.runCompilationBenchmark(warmupMinTime, runMinTime, maxIterations); in runCompilationBenchmarkLoop()