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.h63 std::vector<float> compileWithoutCacheTimeSec; member
Drun_tflite.cpp576 &result->compileWithoutCacheTimeSec); in benchmarkCompilation()
Dbenchmark_jni.cpp517 convertToJfloatArray(env, result.compileWithoutCacheTimeSec); in Java_com_android_nn_benchmark_core_NNTestBase_runCompilationBenchmark()