Searched refs:fanin_port (Results 1 – 1 of 1) sorted by relevance
397 OutputPort fanin_port(fanin.node, i); in UpdateMaxRegularOutputPortForRemovedFanin() local398 if (!fanouts()[fanin_port].empty()) { in UpdateMaxRegularOutputPortForRemovedFanin()934 OutputPort fanin_port(nodes()[tensor_id.node()], tensor_id.index()); in AddRegularFaninByPort() local935 absl::flat_hash_set<InputPort>* fanouts_set = &fanouts()[fanin_port]; in AddRegularFaninByPort()941 OutputPort fanin_port(fanin_node, fanin.index()); in AddRegularFaninByPort() local942 fanouts()[fanin_port].insert({node, port}); in AddRegularFaninByPort()943 UpdateMaxRegularOutputPortForAddedFanin(fanin_port); in AddRegularFaninByPort()1027 OutputPort fanin_port(fanin_node, fanin.index()); in AddControllingFanin() local1036 control_node = GetOrCreateIdentityConsumingSwitch(fanin_port); in AddControllingFanin()1045 auto remove_input = [this, node](const OutputPort& fanin_port, in RemoveRegularFaninInternal()[all …]