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.h68 int cacheSizeBytes = 0; member
139 bool getCompilationCacheSize(int* cacheSizeBytes);
Drun_tflite.cpp449 bool BenchmarkModel::getCompilationCacheSize(int* cacheSizeBytes) { in getCompilationCacheSize() argument
450 if (cacheSizeBytes == nullptr) return false; in getCompilationCacheSize()
485 *cacheSizeBytes = totalSize; in getCompilationCacheSize()
584 success = getCompilationCacheSize(&result->cacheSizeBytes); in benchmarkCompilation()
591 if (result->cacheSizeBytes > 0) { in benchmarkCompilation()
Dbenchmark_jni.cpp533 saveToCacheArray, prepareFromCacheArray, result.cacheSizeBytes); in Java_com_android_nn_benchmark_core_NNTestBase_runCompilationBenchmark()