Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/utils/
Devent_span.cc37 struct EventBoundary { struct
44 EventBoundary(uint64 time_ps, EventType type, bool is_start) in EventBoundary() argument
49 bool CmpEventBoundaries(const EventBoundary& a, const EventBoundary& b) { in CmpEventBoundaries()
66 std::vector<EventBoundary> GenerateEventBoundaries( in GenerateEventBoundaries()
68 std::vector<EventBoundary> boundaries; in GenerateEventBoundaries()
94 EventType Update(const EventBoundary& boundary) { in Update()
294 std::vector<EventBoundary> event_boundaries = in ToNonOverlappedEvents()