Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dextract_outside_compilation_pass.cc2091 FunctionDef body_host_fdef; in ExtractOutsideCompilationForWhileNode() local
2093 &body_host_fdef)); in ExtractOutsideCompilationForWhileNode()
2096 fld->ReplaceFunction(body_host_func_name, body_host_fdef)); in ExtractOutsideCompilationForWhileNode()
2098 TF_RETURN_IF_ERROR(fld->AddFunctionDef(body_host_fdef)); in ExtractOutsideCompilationForWhileNode()