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.java271 mLatencyInference.putToBundle(results, testName + "_inference"); in toBundle()
279 mLatencyCompileWithoutCache.putToBundle(results, testName + "_compile_without_cache"); in toBundle()
282 mLatencySaveToCache.putToBundle(results, testName + "_save_to_cache"); in toBundle()
285 mLatencyPrepareFromCache.putToBundle(results, testName + "_prepare_from_cache"); in toBundle()
DLatencyResult.java112 public void putToBundle(Bundle results, String prefix) { in putToBundle() method in LatencyResult