Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DBenchmarkResult.java126 int validationsErrorsSize = in.readInt(); in BenchmarkResult() local
127 mValidationErrors = new String[validationsErrorsSize]; in BenchmarkResult()