Searched refs:node_subsets_ (Results 1 – 1 of 1) sorted by relevance
43 node_subsets_(node_subsets), in PartitionGraphIntoIndependentNodeSubsetsImpl()54 node_subsets_->clear(); in Partition()74 if (node_subsets_->back().nodes.empty()) { in Partition()75 node_subsets_->pop_back(); in Partition()88 NodeSubset& output_subset = (*node_subsets_)[output_epoch]; in Partition()94 for (NodeSubset& node_subset : *node_subsets_) { in Partition()123 NodeSubset& current_subset = node_subsets_->back(); in UpdateNode()124 int current_epoch = node_subsets_->size() - 1; in UpdateNode()170 NodeSubset& input_subset = (*node_subsets_)[input_epoch]; in UpdateNode()183 node_subsets_->emplace_back(NodeSubset()); in BuildNodeSubset()[all …]