Searched refs:host_graph_fdef (Results 1 – 1 of 1) sorted by relevance
2446 auto host_graph_fdef = absl::make_unique<FunctionDef>(); in ExtractOutsideCompilationForFunction() local2449 host_graph_fdef.get())); in ExtractOutsideCompilationForFunction()2452 fld->ReplaceFunction(host_graph_func_name, *host_graph_fdef)); in ExtractOutsideCompilationForFunction()2454 TF_RETURN_IF_ERROR(fld->AddFunctionDef(*host_graph_fdef)); in ExtractOutsideCompilationForFunction()