Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DBenchmarkResult.java69 String[] evaluatorKeys, float[] evaluatorResults, in BenchmarkResult() argument
83 if (evaluatorKeys == null) { in BenchmarkResult()
86 mEvaluatorKeys = evaluatorKeys; in BenchmarkResult()
366 String[] evaluatorKeys = null; in fromInferenceResults() local
375 evaluatorKeys = new String[keys.size()]; in fromInferenceResults()
376 evaluatorKeys = keys.toArray(evaluatorKeys); in fromInferenceResults()
392 testInfo, evaluatorKeys, evaluatorResults, backendType, testSetSize, in fromInferenceResults()