Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dextract_outside_compilation_pass.cc867 FunctionDef replace_fdef; in ReplaceKeyPlaceholderWithArgNode() local
868 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() local
1014 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()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util.cc202 FunctionDef replace_fdef; in PropagateConstIntoFuncAttr() local
206 GraphToFunctionDef(*func_graph, new_func_name, &replace_fdef)); in PropagateConstIntoFuncAttr()
207 TF_RETURN_IF_ERROR(fld->AddFunctionDef(replace_fdef)); in PropagateConstIntoFuncAttr()