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.java77 private synchronized native CompilationBenchmarkResult runCompilationBenchmark( in runCompilationBenchmark()
365 public CompilationBenchmarkResult runCompilationBenchmark(float warmupTimeoutSec, in runCompilationBenchmark()
370 CompilationBenchmarkResult result = runCompilationBenchmark( in runCompilationBenchmark()
DProcessor.java234 CompilationBenchmarkResult result = in runCompilationBenchmarkLoop()
DBenchmarkResult.java396 public void setCompilationBenchmarkResult(CompilationBenchmarkResult result) { in setCompilationBenchmarkResult()
/test/mlts/benchmark/jni/
Drun_tflite.h62 struct CompilationBenchmarkResult { struct
114 CompilationBenchmarkResult* result);
Drun_tflite.cpp570 float runTimeout, CompilationBenchmarkResult* result) { in benchmarkCompilation()
Dbenchmark_jni.cpp510 CompilationBenchmarkResult result; in Java_com_android_nn_benchmark_core_NNTestBase_runCompilationBenchmark()