Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/profiling/
Dprofile_buffer.h45 uint64_t end_timestamp_us; member
89 event_buffer_[index].end_timestamp_us = 0; in BeginEvent()
113 event_buffer_[event_index].end_timestamp_us = time::NowMicros(); in EndEvent()
Dprofile_summarizer.cc112 e->end_timestamp_us >= e->begin_timestamp_us; in ProcessProfiles()
134 event->end_timestamp_us - event->begin_timestamp_us; in ProcessProfiles()
Dprofiler_test.cc31 return (event->end_timestamp_us - event->begin_timestamp_us) / 1e3; in GetDurationOfEventMs()
Dprofile_buffer_test.cc58 EXPECT_GE(event->end_timestamp_us, event->begin_timestamp_us); in TEST()
/external/tensorflow/tensorflow/lite/examples/label_image/
Dlabel_image.cc81 << (e->end_timestamp_us - e->begin_timestamp_us) / 1000.0 in PrintProfilingInfo()