Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/profiling/
Dprofile_summarizer.cc194 for (auto& total_us_per_subgraph_pair : total_us_per_subgraph_map) { in ProcessProfiles() local
196 GetStatsCalculator(total_us_per_subgraph_pair.first); in ProcessProfiles()
197 stats_calculator->UpdateRunTotalUs(total_us_per_subgraph_pair.second); in ProcessProfiles()