Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DBenchmarkResult.java372 ArrayList<String> validationErrorsList = new ArrayList<>(); in fromInferenceResults() local
374 validationErrorsList); in fromInferenceResults()
381 validationErrors = new String[validationErrorsList.size()]; in fromInferenceResults()
382 validationErrorsList.toArray(validationErrors); in fromInferenceResults()