| 334 | } |
| 335 | |
| 336 | void GraphCompiler::PartiallySetupParams(OpKernelContext::Params* params) { |
| 337 | params->device = device_; |
| 338 | params->inputs = &tensor_inputs_; |
| 339 | params->step_container = step_container_; |
| 340 | params->resource_manager = device_->resource_manager(); |
| 341 | params->function_library = flib_; |
| 342 | } |
| 343 | |
| 344 | } // namespace tensorflow |
nothing calls this directly
no test coverage detected