Searched refs:controlling_inputs_to_remove (Results 1 – 2 of 2) sorted by relevance
393 std::set<int> controlling_inputs_to_remove; member577 diff->controlling_inputs_to_remove.erase(control_index); in AddControllingFanin()593 diff->controlling_inputs_to_remove.emplace(control_index); in RemoveControllingFanin()651 diff->controlling_inputs_to_remove.empty() && in IsEmpty()670 std::set<int>().swap(diff->controlling_inputs_to_remove); in Reset()739 auto control_to_remove_it = diff->controlling_inputs_to_remove.begin(); in IsWellFormed()741 if (control_to_remove_it != diff->controlling_inputs_to_remove.end() && in IsWellFormed()745 if (control_to_remove_it != diff->controlling_inputs_to_remove.end() && in IsWellFormed()
758 if (diff.controlling_inputs_to_remove.find( in RemovedOrMissingNodeFanoutsWellFormed()760 diff.controlling_inputs_to_remove.end()) { in RemovedOrMissingNodeFanoutsWellFormed()1264 diff.controlling_inputs_to_remove); in ApplyNodeUpdates()