Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DBenchmarkResult.java257 mLatencyInference.putToBundle(results, testName + "_inference"); in toBundle()
265 mLatencyCompileWithoutCache.putToBundle(results, testName + "_compile_without_cache"); in toBundle()
268 mLatencySaveToCache.putToBundle(results, testName + "_save_to_cache"); in toBundle()
271 mLatencyPrepareFromCache.putToBundle(results, testName + "_prepare_from_cache"); in toBundle()
DLatencyResult.java101 public void putToBundle(Bundle results, String prefix) { in putToBundle() method in LatencyResult