Home
last modified time | relevance | path

Searched defs:cacheDir (Results 1 – 4 of 4) sorted by relevance

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DImageProcessorInterface.java32 String imageFileName, File cacheDir, ByteBuffer outputBuffer) in preprocess()
DInferenceInOutSequence.java179 final AssetManager assetManager, final File cacheDir) throws IOException { in readDataset()
/test/mlts/benchmark/src/com/android/nn/benchmark/imageprocessors/
DInception.java24 String imageFileName, File cacheDir, ByteBuffer outputBuffer) in preprocess()
/test/mlts/benchmark/jni/
Drun_tflite.cpp385 bool BenchmarkModel::runCompilation(const char* cacheDir) { in runCompilation()
509 const char* cacheDir = nullptr; in benchmarkSingleTypeOfCompilation() local