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.java367 ArrayList<String> validationErrorsList = new ArrayList<>(); in fromInferenceResults() local
369 validationErrorsList); in fromInferenceResults()
376 validationErrors = new String[validationErrorsList.size()]; in fromInferenceResults()
377 validationErrorsList.toArray(validationErrors); in fromInferenceResults()