MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / PartiallySetupParams

Method PartiallySetupParams

tensorflow/compiler/tf2xla/graph_compiler.cc:336–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334}
335
336void 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

Callers

nothing calls this directly

Calls 1

resource_managerMethod · 0.45

Tested by

no test coverage detected