Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/
H A Dgpu_event_stats.h60 struct LaunchEventStats { struct
63 bool IsLaunch() const { in IsLaunch()
68 absl::optional<int64_t> device_id;
69 absl::optional<int64_t> correlation_id;
72 absl::optional<int64_t> group_id;
H A Dgpu_event_stats.cc74 LaunchEventStats::LaunchEventStats(const XEventVisitor* event) { in LaunchEventStats() function in tensorflow::profiler::LaunchEventStats