Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/util/
DCSVWriter.java69 public void write(BenchmarkResult benchmarkResult) throws IOException { in write() argument
70 writer.write(benchmarkResult.toCsvLine()); in write()
/test/vts-testcase/hal/neuralnetworks/V1_2/benchmark/java/src/com/android/nn/benchmark/vts/v1_2/
DNNAccuracyTest.java128 BenchmarkResult benchmarkResult = BenchmarkResult.fromInferenceResults( in testDriver() local
131 assertFalse(benchmarkResult.hasValidationErrors()); in testDriver()
/test/vts-testcase/hal/neuralnetworks/V1_3/benchmark/java/src/com/android/nn/benchmark/vts/v1_3/
DNNAccuracyTest.java128 BenchmarkResult benchmarkResult = BenchmarkResult.fromInferenceResults( in testDriver() local
131 assertFalse(benchmarkResult.hasValidationErrors()); in testDriver()
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DProcessor.java232 int maxIterations, BenchmarkResult benchmarkResult) throws IOException { in runCompilationBenchmarkLoop() argument
236 benchmarkResult.setCompilationBenchmarkResult(result); in runCompilationBenchmarkLoop()
238 benchmarkResult.setBenchmarkError(e.getMessage()); in runCompilationBenchmarkLoop()