Searched refs:next_group_id_ (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | inspecting_placer.cc | 76 : colocation_graph_(colocation_graph), next_group_id_(0) {} in ColocationGraphToIOColocationGroups() 85 group_ids_[root_id] = next_group_id_; in AssignGroups() 86 assigned_group_id = next_group_id_; in AssignGroups() 87 ++next_group_id_; in AssignGroups() 110 int next_group_id_; member in tensorflow::ColocationGraphToIOColocationGroups
|
/external/tensorflow/tensorflow/core/profiler/utils/ |
D | group_events.cc | 606 ProcessRootEvent(next_group_id_++, /*set_step_name=*/false, in CreateEventGroups() 617 ProcessRootEvent(next_group_id_++, /*set_step_name=*/false, in CreateEventGroups() 633 ProcessRootEvent(next_group_id_++, /*set_step_name=*/true, root_event, in CreateEventGroups() 645 ProcessRootEvent(next_group_id_++, /*set_step_name=*/true, root_event, in CreateEventGroups() 721 next_group_id_ = iter_num_and_iteration.first; in ProcessTensorFlowLoop()
|
D | group_events.h | 235 int64 next_group_id_ = 0; variable
|