| 430 | } |
| 431 | |
| 432 | const MutableGraphView::OutputPort MutableGraphView::GetRegularFanin( |
| 433 | const GraphView::InputPort& port) const { |
| 434 | return GetRegularFanin(MutableGraphView::InputPort( |
| 435 | const_cast<NodeDef*>(port.node), port.port_id)); |
| 436 | } |
| 437 | |
| 438 | NodeDef* MutableGraphView::AddNode(NodeDef&& node) { |
| 439 | auto* node_in_graph = graph()->add_node(); |