Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DLatencyResult.java131 public int getIterations() { return mIterations; } in getIterations() method in LatencyResult
DBenchmarkResult.java273 mSumOfMSEs / mLatencyInference.getIterations()); in toBundle()