Sets the context in which this computation is called.
| 134 | |
| 135 | // Sets the context in which this computation is called. |
| 136 | void set_context(CallContext value) { context_ = value; } |
| 137 | |
| 138 | // Sets the depth of this node in the graph. |
| 139 | void set_depth(int value) { depth_ = value; } |