Searched refs:regular_fanin (Results 1 – 3 of 3) sorted by relevance
147 OutputPort regular_fanin = GetRegularFanin(port); in GetFanin() local148 if (regular_fanin.node == nullptr) { in GetFanin()151 return {regular_fanin}; in GetFanin()
591 const auto& regular_fanin = node.GetRegularFanin(port); in GetFaninPortRank() local592 return GetFanoutPortRank(*regular_fanin.node_view(), regular_fanin.index()); in GetFaninPortRank()606 const auto& regular_fanin = node.GetRegularFanin(port); in IsFaninPortDimsNIfConst() local607 const auto* fanin_node_view = regular_fanin.node_view(); in IsFaninPortDimsNIfConst()1141 const auto& regular_fanin = node.GetRegularFanin(i); in GetVariadicNDFaninPorts() local1142 auto* regular_fanin_node = regular_fanin.node_view(); in GetVariadicNDFaninPorts()1143 int regular_fanin_port = regular_fanin.index(); in GetVariadicNDFaninPorts()1422 for (const auto& regular_fanin : node.GetRegularFanins()) { in IsEveryFaninAfterDstToSrcTransform() local1423 auto* regular_fanin_node = regular_fanin.node_view(); in IsEveryFaninAfterDstToSrcTransform()1424 if (IsFanoutPortRankN(*regular_fanin_node, regular_fanin.index(), 4) && in IsEveryFaninAfterDstToSrcTransform()[all …]
1346 for (auto& regular_fanin : last_node.regular_fanins_) { in RemoveNodesInternal() local1348 regular_fanin.node_view() in RemoveNodesInternal()1349 ->regular_fanouts_by_port_[regular_fanin.index()] in RemoveNodesInternal()1350 [regular_fanin.fanout_index_] in RemoveNodesInternal()1600 for (MutableFanoutView& regular_fanin : node_view.regular_fanins_) { in SortTopologically()1601 regular_fanin.node_index_ = order[regular_fanin.node_index_]; in SortTopologically()