Home
last modified time | relevance | path

Searched refs:cacheDir (Results 1 – 5 of 5) sorted by relevance

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DImageProcessorInterface.java32 String imageFileName, File cacheDir, ByteBuffer outputBuffer) in preprocess() argument
DInferenceInOutSequence.java179 final AssetManager assetManager, final File cacheDir) throws IOException { in readDataset() argument
243 assetManager, fileName, cacheDir, buffer); in readDataset()
/test/mlts/benchmark/jni/
Drun_tflite.cpp450 bool BenchmarkModel::runCompilation(const char* cacheDir, bool useNnapiSl) { in runCompilation() argument
466 if (cacheDir) { in runCompilation()
467 nnapi_options.cache_dir = cacheDir; in runCompilation()
598 const char* cacheDir = nullptr; in benchmarkSingleTypeOfCompilation() local
601 cacheDir = nullptr; in benchmarkSingleTypeOfCompilation()
608 cacheDir = tempDir.get(); in benchmarkSingleTypeOfCompilation()
618 const bool success = runCompilation(cacheDir, useNnapiSl); in benchmarkSingleTypeOfCompilation()
Drun_tflite.h139 bool runCompilation(const char* cacheDir, bool useNnapiSl);
/test/mlts/benchmark/src/com/android/nn/benchmark/imageprocessors/
DInception.java24 String imageFileName, File cacheDir, ByteBuffer outputBuffer) in preprocess() argument