Home
last modified time | relevance | path

Searched refs:start_mem_usage (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_model.cc206 const auto start_mem_usage = profiling::memory::GetMemoryUsage(); in Run() local
212 const auto init_mem_usage = init_end_mem_usage - start_mem_usage; in Run()
237 profiling::memory::GetMemoryUsage() - start_mem_usage; in Run()