Return true if the given interface has a NodeDef string.
| 337 | |
| 338 | /// Return true if the given interface has a NodeDef string. |
| 339 | bool hasNodeDefString() const |
| 340 | { |
| 341 | return hasAttribute(NODE_DEF_ATTRIBUTE); |
| 342 | } |
| 343 | |
| 344 | /// Return the NodeDef string for the interface. |
| 345 | const string& getNodeDefString() const |
no test coverage detected