Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/benchmark/
H A Dbenchmark_model.h50 const profiling::memory::MemoryUsage& init_mem_usage, in BenchmarkResults()
75 const profiling::memory::MemoryUsage& init_mem_usage() const { in init_mem_usage() function
H A Dbenchmark_model.cc81 auto init_mem_usage = results.init_mem_usage(); in OnBenchmarkEnd() local
290 const auto init_mem_usage = init_end_mem_usage - start_mem_usage; in Run() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/benchmark/experimental/firebase/android/jni/
H A Dbenchmark_model_jni.cc154 auto init_mem_usage = results.init_mem_usage(); in WriteBenchmarkResultCsv() local