Home
last modified time | relevance | path

Searched refs:host_graph_fdef (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
Dextract_outside_compilation_pass.cc2446 auto host_graph_fdef = absl::make_unique<FunctionDef>(); in ExtractOutsideCompilationForFunction() local
2449 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()