Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dextract_outside_compilation_pass.cc592 const FunctionDef* body_function_def = fld->Find(body_func.name()); in PostprocessLiftedArgsForWhile() local
593 TF_RET_CHECK(body_function_def); in PostprocessLiftedArgsForWhile()
595 if (!HasLiftedArgs(*body_function_def)) { in PostprocessLiftedArgsForWhile()
601 TF_RETURN_IF_ERROR(FunctionDefToBodyHelper(*body_function_def, in PostprocessLiftedArgsForWhile()