| 53 | const string& name() const { return node_->name(); } |
| 54 | const string& opcode() const { return node_->op(); } |
| 55 | const NodeDef* node_def() const { return node_; } |
| 56 | |
| 57 | // Parse the inputs of this node and update the map accordingly, creating the |
| 58 | // links (i.e. edges, connections between nodes) in itself and in the nodes |
no outgoing calls