| 185 | void set_name(const string& name) { name_ = name; } |
| 186 | |
| 187 | int index() const { return index_; } |
| 188 | void set_index(int index) { index_ = index; } |
| 189 | |
| 190 | const tensorflow::NodeDef& nodedef() const { return nodedef_; } |
no outgoing calls
no test coverage detected