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.java188 mTemporaryModelFilePath = copyAssetToFile(); in setupModel()
392 private String copyAssetToFile() throws IOException { in copyAssetToFile() method in NNTestBase
399 copyAssetToFile(mContext, mModelFile + ".tflite", outFileName); in copyAssetToFile()
409 NNTestBase.copyAssetToFile(context, modelFileName, targetFile.getAbsolutePath()); in copyModelToFile()
413 public static void copyAssetToFile(Context context, String modelAssetName, String targetPath) in copyAssetToFile() method in NNTestBase