Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DNNTestBase.java303 String outFileName; in copyAssetToFile() local
307 outFileName = mContext.getCacheDir().getAbsolutePath() + "/" + modelAssetName; in copyAssetToFile()
308 File outFile = new File(outFileName); in copyAssetToFile()
323 return outFileName; in copyAssetToFile()