| 424 | } |
| 425 | |
| 426 | absl::flat_hash_set<MutableGraphView::OutputPort> MutableGraphView::GetFanin( |
| 427 | const GraphView::InputPort& port) const { |
| 428 | return GetFanin(MutableGraphView::InputPort(const_cast<NodeDef*>(port.node), |
| 429 | port.port_id)); |
| 430 | } |
| 431 | |
| 432 | const MutableGraphView::OutputPort MutableGraphView::GetRegularFanin( |
| 433 | const GraphView::InputPort& port) const { |