Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DCompilationBenchmarkResult.java26 float[] saveToCacheTimeSec, float[] prepareFromCacheTimeSec, int cacheSizeBytes) { in CompilationBenchmarkResult() argument
30 mCacheSizeBytes = cacheSizeBytes; in CompilationBenchmarkResult()
/test/mlts/benchmark/jni/
Drun_tflite.h69 int cacheSizeBytes = 0; member
151 bool getCompilationCacheSize(int* cacheSizeBytes, bool useNnapiSl);
Drun_tflite.cpp537 bool BenchmarkModel::getCompilationCacheSize(int* cacheSizeBytes, bool useNnapiSl) { in getCompilationCacheSize() argument
538 if (cacheSizeBytes == nullptr) return false; in getCompilationCacheSize()
573 *cacheSizeBytes = totalSize; in getCompilationCacheSize()
684 success = getCompilationCacheSize(&result->cacheSizeBytes, useNnapiSl); in benchmarkCompilation()
691 if (result->cacheSizeBytes > 0) { in benchmarkCompilation()
Dbenchmark_jni.cpp537 saveToCacheArray, prepareFromCacheArray, result.cacheSizeBytes); in Java_com_android_nn_benchmark_core_NNTestBase_runCompilationBenchmark()