Home
last modified time | relevance | path

Searched defs:overall_mem_usage (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/benchmark/
H A Dbenchmark_model.h51 const profiling::memory::MemoryUsage& overall_mem_usage, in BenchmarkResults()
78 const profiling::memory::MemoryUsage& overall_mem_usage() const { in overall_mem_usage() function
H A Dbenchmark_model.cc82 auto overall_mem_usage = results.overall_mem_usage(); in OnBenchmarkEnd() local
323 const auto overall_mem_usage = in Run() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/benchmark/experimental/firebase/android/jni/
H A Dbenchmark_model_jni.cc121 std::stringstream overall_mem_usage; in ReportResult() local
155 auto overall_mem_usage = results.overall_mem_usage(); in WriteBenchmarkResultCsv() local