Home
last modified time | relevance | path

Searched refs:compileWithoutCacheTimeSec (Results 1 – 4 of 4) sorted by relevance

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DCompilationBenchmarkResult.java25 public CompilationBenchmarkResult(float[] compileWithoutCacheTimeSec, in CompilationBenchmarkResult() argument
27 mCompileWithoutCacheTimeSec = compileWithoutCacheTimeSec; in CompilationBenchmarkResult()
/test/mlts/benchmark/jni/
Drun_tflite.h60 std::vector<float> compileWithoutCacheTimeSec; member
Dbenchmark_jni.cpp490 convertToJfloatArray(env, result.compileWithoutCacheTimeSec); in Java_com_android_nn_benchmark_core_NNTestBase_runCompilationBenchmark()
Drun_tflite.cpp540 &result->compileWithoutCacheTimeSec); in benchmarkCompilation()