Searched refs:EventNode (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/utils/ |
D | group_events.cc | 55 const EventNode& event) { in GetKernelEventType() 63 int64 GetEventType(bool is_host_plane, const EventNode& event) { in GetEventType() 85 void SetContextGroup(EventNode* event, ContextGroupMap* context_groups) { in SetContextGroup() 102 for (EventNode* parent : group.producers) { in ConnectContextGroups() 103 for (EventNode* child : group.consumers) { in ConnectContextGroups() 119 bool HasFunctionRun(EventNode* event_node) { in HasFunctionRun() 120 for (EventNode* child : event_node->GetChildren()) { in HasFunctionRun() 136 void ProcessRootEvent(int64 group_id, bool set_step_name, EventNode* root_event, in ProcessRootEvent() 156 bool IsTfDataEvent(const EventNode& event_node) { in IsTfDataEvent() 247 using Comparator = std::function<bool(const EventNode*)>; [all …]
|
D | group_events.h | 65 class EventNode { 68 EventNode(const XPlaneVisitor* plane, XLine* raw_line, XEvent* raw_event); 70 EventNode(const EventNode& event_node); 72 const std::vector<EventNode*>& GetParents() const { return parents_; } in GetParents() 74 const std::vector<EventNode*>& GetChildren() const { return children_; } in GetChildren() 76 void AddChild(EventNode* child) { in AddChild() 107 bool IsNestedIn(EventNode* parent); 110 const EventNode* FindParent(int64 event_type) const; 126 bool StartsBefore(const EventNode& other) const; 135 std::vector<EventNode*> parents_; [all …]
|
/external/tensorflow/tensorflow/core/profiler/convert/ |
D | xplane_to_tf_data_stats.cc | 88 absl::flat_hash_map<int64, std::vector<EventNode*>>* in ProcessEventForest() 154 void ProcessIteratorEvent(const EventNode& iterator_event, in ProcessIteratorEvent() 172 for (EventNode* child : iterator_event.GetChildren()) { in ProcessIteratorEvent() 206 absl::flat_hash_map<int64, std::vector<EventNode*>>* in ProcessInputPipelines() 216 [](const EventNode* lhs, const EventNode* rhs) { in ProcessInputPipelines() 236 for (const EventNode* root_iterator_event : root_iterator_events) { in ProcessInputPipelines() 495 absl::flat_hash_map<int64, std::vector<EventNode*>> root_iterator_event_map; in Add()
|
/external/oj-libjdwp/make/src/classes/build/tools/jdwpgen/ |
D | EventNode.java | 31 class EventNode extends ReplyNode { class
|
D | CommandNode.java | 49 if (!(evt instanceof EventNode)) { in constrain()
|
D | Parse.java | 57 kindMap.put("Event", new EventNode()); in Parse()
|