Anything other than the special Source & Sink nodes.
| 144 | bool IsSink() const { return id() == 1; } |
| 145 | // Anything other than the special Source & Sink nodes. |
| 146 | bool IsOp() const { return id() > 1; } |
| 147 | |
| 148 | // Node class helpers |
| 149 | bool IsApplyAdagradOps() const { |
no outgoing calls