Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DNNTestBase.java264 mTemporaryModelFilePath = copyAssetToFile(); in setupModel()
469 private String copyAssetToFile() throws IOException { in copyAssetToFile() method in NNTestBase
476 copyAssetToFile(mContext, mModelFile + ".tflite", outFileName); in copyAssetToFile()
486 NNTestBase.copyAssetToFile(context, modelFileName, targetFile.getAbsolutePath()); in copyModelToFile()
490 public static void copyAssetToFile(Context context, String modelAssetName, String targetPath) in copyAssetToFile() method in NNTestBase