The ID of the graph input node
(&self)
| 184 | |
| 185 | /// The ID of the graph input node |
| 186 | pub fn graph_in_node(&self) -> NodeID { |
| 187 | self.graph_in_id |
| 188 | } |
| 189 | |
| 190 | /// The ID of the graph output node |
| 191 | pub fn graph_out_node(&self) -> NodeID { |
no outgoing calls