If not nullptr, the kernel invoke functions defined in the library. E.g., CHECK_NOTNULL(function_library())->Run("Foo", ...).
| 1162 | // If not nullptr, the kernel invoke functions defined in the |
| 1163 | // library. E.g., CHECK_NOTNULL(function_library())->Run("Foo", ...). |
| 1164 | FunctionLibraryRuntime* function_library() const { |
| 1165 | return params_->function_library; |
| 1166 | } |
| 1167 | |
| 1168 | std::function<void(std::function<void()>)>* runner() const { |
| 1169 | return params_->runner; |
no outgoing calls