Searched refs:replace_fdef (Results 1 – 2 of 2) sorted by relevance
867 FunctionDef replace_fdef; in ReplaceKeyPlaceholderWithArgNode() local868 TF_RETURN_IF_ERROR(GraphToFunctionDef(*g, func_name, &replace_fdef)); in ReplaceKeyPlaceholderWithArgNode()869 TF_RETURN_IF_ERROR(fld->ReplaceFunction(func_name, replace_fdef)); in ReplaceKeyPlaceholderWithArgNode()1012 FunctionDef replace_fdef; in AddSendLoopPredToLoopCond() local1014 GraphToFunctionDef(*g, loop_cond_func.name(), &replace_fdef)); in AddSendLoopPredToLoopCond()1015 TF_RETURN_IF_ERROR(fld->ReplaceFunction(loop_cond_func.name(), replace_fdef)); in AddSendLoopPredToLoopCond()
202 FunctionDef replace_fdef; in PropagateConstIntoFuncAttr() local206 GraphToFunctionDef(*func_graph, new_func_name, &replace_fdef)); in PropagateConstIntoFuncAttr()207 TF_RETURN_IF_ERROR(fld->AddFunctionDef(replace_fdef)); in PropagateConstIntoFuncAttr()