Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/
H A Devent_span.cc36 struct EventBoundary { struct
38 uint64 time_ps;
40 EventType type;
42 bool is_start;
43 EventBoundary(uint64 time_ps, EventType type, bool is_start) in EventBoundary() argument