| 235 | |
| 236 | Node* node() const { return output_.node(); } |
| 237 | string node_name() const { return node_name_; } |
| 238 | int32 index() const { return node_name_.empty() ? output_.index() : index_; } |
| 239 | DataType data_type() const { return data_type_; } |
| 240 | Status status() const { return status_; } |
no outgoing calls