Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/
H A Dgroup_events.cc103 struct GroupingEventStats { struct
106 std::optional<int> producer_type;
107 std::optional<uint64_t> producer_id;
108 std::optional<int> consumer_type;
109 std::optional<uint64_t> consumer_id;
110 std::optional<int> root_level;
111 bool is_async = false;
114 GroupingEventStats::GroupingEventStats(const XEventVisitor& event) { in GroupingEventStats() function in tensorflow::profiler::__anon810d4faa0111::GroupingEventStats