An op kernel can access the session state it belongs to.
| 1141 | |
| 1142 | // An op kernel can access the session state it belongs to. |
| 1143 | SessionState* session_state() const { return params_->session_state; } |
| 1144 | |
| 1145 | // Unique identifier of the session it belongs to. Can be empty. |
| 1146 | string session_handle() const { return params_->session_handle; } |