Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/utils/
Devent_span.cc37 struct EventBoundary { struct
39 uint64 time_ps;
41 EventType type;
43 bool is_start;
44 EventBoundary(uint64 time_ps, EventType type, bool is_start) in EventBoundary() function