Searched refs:regular_inputs_to_update (Results 1 – 2 of 2) sorted by relevance
384 std::map<int, SafeTensorId> regular_inputs_to_update; member514 gtl::InsertOrUpdate(&diff->regular_inputs_to_update, index, in AddOrUpdateRegularFanin()541 diff->regular_inputs_to_update.erase(index); in RemoveRegularFanin()648 diff->regular_inputs_to_update.empty() && in IsEmpty()666 std::map<int, SafeTensorId>().swap(diff->regular_inputs_to_update); in Reset()717 auto regular_to_update_it = diff->regular_inputs_to_update.begin(); in IsWellFormed()719 if (regular_to_update_it != diff->regular_inputs_to_update.end() && in IsWellFormed()723 if (regular_to_update_it != diff->regular_inputs_to_update.end() && in IsWellFormed()756 for (const auto& updated : diff->regular_inputs_to_update) { in IsWellFormed()
738 if (diff.regular_inputs_to_update.find(regular_fanout.index()) == in RemovedOrMissingNodeFanoutsWellFormed()739 diff.regular_inputs_to_update.end()) { in RemovedOrMissingNodeFanoutsWellFormed()1256 for (const auto& update_fanin : diff.regular_inputs_to_update) { in ApplyNodeUpdates()