Home
last modified time | relevance | path

Searched refs:CompilationBenchmarkResult (Results 1 – 7 of 7) sorted by relevance

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DCompilationBenchmarkResult.java19 public class CompilationBenchmarkResult { class
25 public CompilationBenchmarkResult(float[] compileWithoutCacheTimeSec, in CompilationBenchmarkResult() method in CompilationBenchmarkResult
DNNTestBase.java96 private synchronized native CompilationBenchmarkResult runCompilationBenchmark( in runCompilationBenchmark()
441 public CompilationBenchmarkResult runCompilationBenchmark(float warmupTimeoutSec, in runCompilationBenchmark()
446 CompilationBenchmarkResult result = runCompilationBenchmark( in runCompilationBenchmark()
DProcessor.java259 CompilationBenchmarkResult result = in runCompilationBenchmarkLoop()
DBenchmarkResult.java396 public void setCompilationBenchmarkResult(CompilationBenchmarkResult result) { in setCompilationBenchmarkResult()
/test/mlts/benchmark/jni/
Drun_tflite.h63 struct CompilationBenchmarkResult { struct
119 CompilationBenchmarkResult* result);
Dbenchmark_jni.cpp513 CompilationBenchmarkResult result; in Java_com_android_nn_benchmark_core_NNTestBase_runCompilationBenchmark()
Drun_tflite.cpp669 CompilationBenchmarkResult* result) { in benchmarkCompilation()