Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DNNTestBase.java403 public static boolean copyModelToFile(Context context, String modelFileName, File targetFile) in copyModelToFile() argument
405 if (!targetFile.exists() && !targetFile.createNewFile()) { in copyModelToFile()
406 Log.w(TAG, String.format("Unable to create file %s", targetFile.getAbsolutePath())); in copyModelToFile()
409 NNTestBase.copyAssetToFile(context, modelFileName, targetFile.getAbsolutePath()); in copyModelToFile()