Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/profiling/
Dprofile_summarizer.cc127 std::map<uint32_t, int64_t> total_us_per_subgraph_map; in ProcessProfiles() local
187 total_us_per_subgraph_map[subgraph_index] += node_exec_time; in ProcessProfiles()
194 for (auto& total_us_per_subgraph_pair : total_us_per_subgraph_map) { in ProcessProfiles()