Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DNNScoringTest.java76 try (CSVWriter writer = new CSVWriter(getLocalCSVFile())) { in test()
93 public static File getLocalCSVFile() { in getLocalCSVFile() method in NNScoringTest
100 File localResults = getLocalCSVFile(); in beforeClass()
117 Files.copy(getLocalCSVFile().toPath(), externalStorageCSVFile.toPath()); in afterClass()