Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DProcessor.java50 private NNTestBase mTest; field in Processor
148 mTest = changeTest(mTest, t); in getInstrumentationResult()
149 mTest.setSampleResult(sampleResults); in getInstrumentationResult()
156 mTest.destroy(); in getInstrumentationResult()
157 mTest = null; in getInstrumentationResult()
211 results = mTest.runBenchmarkCompleteInputSet(1, maxTime); in runBenchmarkLoop()
213 results = mTest.runBenchmark(maxTime); in runBenchmarkLoop()
216 results = mTest.runInferenceOnce(); in runBenchmarkLoop()
219 mTest.getTestInfo(), in runBenchmarkLoop()
223 mTest.getEvaluator()); in runBenchmarkLoop()
[all …]