Searched refs:current_constraints (Results 1 – 1 of 1) sorted by relevance
215 std::unordered_set<string> current_constraints(colocation_constraints_); in GetColocationConstraints() local222 current_constraints.insert(s.ToString()); in GetColocationConstraints()226 current_constraints.insert(colocate_with_op.node()->name()); in GetColocationConstraints()228 return current_constraints; in GetColocationConstraints()