Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DProcessor.java136 public BenchmarkResult getInstrumentationResult( in getInstrumentationResult() method in Processor
139 return getInstrumentationResult(t, warmupTimeSeconds, runTimeSeconds, false); in getInstrumentationResult()
144 public BenchmarkResult getInstrumentationResult( in getInstrumentationResult() method in Processor
/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DPerformanceDegradationTest.java237 benchmarkProcessor.getInstrumentationResult( in modelPerformanceCollector()
275 mProcessor.getInstrumentationResult(mTestModelEntry, 0, 0);
/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DNNBenchmark.java147 …return mProcessor.getInstrumentationResult(testModel, warmupTimeSeconds, runTimeSeconds, sampleRes… in runSynchronously()
/test/mlts/benchmark/src/com/android/nn/crashtest/app/
DAcceleratorSpecificTestSupport.java140 BenchmarkResult modelExecutionResult = mProcessor.getInstrumentationResult( in call()