| 42 | index) {} |
| 43 | |
| 44 | const NodeDef* NodeView::node() const { |
| 45 | return &graph_view_->graph()->node(node_index_); |
| 46 | } |
| 47 | |
| 48 | bool NodeView::HasFanin(const FanoutView& fanin) const { |
| 49 | if (fanin.index() < Graph::kControlSlot || graph_view_ != fanin.graph_view_) { |