Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/profiling/
Dprofile_summarizer.cc134 int64_t node_exec_time = in ProcessProfiles() local
157 node_num, start_us, node_exec_time, in ProcessProfiles()
169 node_exec_time, 0 /*memory */); in ProcessProfiles()
179 node_exec_time, in ProcessProfiles()
187 total_us_per_subgraph_map[subgraph_index] += node_exec_time; in ProcessProfiles()
189 delegate_internal_total_us += node_exec_time; in ProcessProfiles()