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.java74 String backendType, int testSetSize, String[] validationErrors) { in BenchmarkResult() argument
86 if (validationErrors == null) { in BenchmarkResult()
89 mValidationErrors = validationErrors; in BenchmarkResult()
363 String[] validationErrors = null; in fromInferenceResults() local
376 validationErrors = new String[validationErrorsList.size()]; in fromInferenceResults()
377 validationErrorsList.toArray(validationErrors); in fromInferenceResults()
396 validationErrors); in fromInferenceResults()