Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DBenchmarkResult.java70 String backendType, int testSetSize, String[] validationErrors) { in BenchmarkResult() argument
77 if (validationErrors == null) { in BenchmarkResult()
80 mValidationErrors = validationErrors; in BenchmarkResult()
368 String[] validationErrors = null; in fromInferenceResults() local
381 validationErrors = new String[validationErrorsList.size()]; in fromInferenceResults()
382 validationErrorsList.toArray(validationErrors); in fromInferenceResults()
393 validationErrors); in fromInferenceResults()