Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/profiling/
Dprofile_summarizer.cc128 int64_t delegate_internal_total_us = 0; in ProcessProfiles() local
189 delegate_internal_total_us += node_exec_time; in ProcessProfiles()
199 if (delegate_internal_total_us > 0) { in ProcessProfiles()
200 delegate_stats_calculator_->UpdateRunTotalUs(delegate_internal_total_us); in ProcessProfiles()