| 140 | } |
| 141 | |
| 142 | void AddNodeInput(const string& input_name, NodeDef* node) { |
| 143 | *(node->mutable_input()->Add()) = input_name; |
| 144 | } |
| 145 | |
| 146 | void CopyNodeAttr(const NodeDef& source, const string& source_key, |
| 147 | const string& dest_key, NodeDef* dest) { |