Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DRunModelsInMultipleProcesses.java122 File targetModelFile = in call() local
128 String.format("Trying to create model path '%s'", targetModelFile.getAbsolutePath())); in call()
130 mContext, mTestModelEntry.mModelFile + ".tflite", targetModelFile)) { in call()
132 mTestModelEntry.mModelFile, targetModelFile.getAbsolutePath())); in call()
148 multiProcessTestBuilder.command(NATIVE_PROCESS_CMD, targetModelFile.getAbsolutePath(), in call()
164 deleteOrWarn(targetModelFile); in call()