Home
last modified time | relevance | path

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

/test/mlts/benchmark/jni/
Drun_tflite.cpp95 mCacheDir = nnapi_cache_dir; in init()
453 ScopedTempDirectory tempDir(mCacheDir.value()); in getCompilationCacheSize()
495 ScopedTempDirectory tempDir(mCacheDir.value()); in benchmarkSingleTypeOfCompilation()
Drun_tflite.h150 std::optional<std::string> mCacheDir; variable