Home
last modified time | relevance | path

Searched defs:BenchmarkResults (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/benchmark/
H A Dbenchmark_model.h45 BenchmarkResults() {} in BenchmarkResults() function
46 BenchmarkResults(double model_size_mb, int64_t startup_latency_us, in BenchmarkResults() function
/aosp_15_r20/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
H A DBenchmarkResults.java24 public class BenchmarkResults { class
/aosp_15_r20/frameworks/base/libs/hwui/tests/macrobench/
H A DTestSceneRunner.cpp79 using BenchmarkResults = std::vector<benchmark::BenchmarkReporter::Run>; typedef
/aosp_15_r20/external/toolchain-utils/crosperf/
H A Dresults_report.py683 class BenchmarkResults(object): class