Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_model.h43 BenchmarkResults() {} in BenchmarkResults() function
44 BenchmarkResults(double model_size_mb, int64_t startup_latency_us, in BenchmarkResults() function
/external/toolchain-utils/crosperf/
Dresults_report.py625 class BenchmarkResults(object): class