Home
last modified time | relevance | path

Searched refs:getCompilationCacheSize (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/test/mlts/benchmark/jni/
Drun_tflite.h151 bool getCompilationCacheSize(int* cacheSizeBytes, bool useNnapiSl);
Drun_tflite.cpp537 bool BenchmarkModel::getCompilationCacheSize(int* cacheSizeBytes, bool useNnapiSl) { in getCompilationCacheSize() function in BenchmarkModel
684 success = getCompilationCacheSize(&result->cacheSizeBytes, useNnapiSl); in benchmarkCompilation()