Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/utils/
Dtf_xplane_visitor.h27 return XPlaneVisitor(plane, {FindHostEventType, FindTfOpEventType}, in CreateTfXPlaneVisitor()
Dxplane_schema.h234 absl::optional<int64> FindTfOpEventType(absl::string_view event_name);
Dxplane_schema.cc254 absl::optional<int64> FindTfOpEventType(absl::string_view event_name) { in FindTfOpEventType() function