Searched refs:HostGraphControlRetMapping (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/jit/ |
D | extract_outside_compilation_pass.cc | 45 absl::optional<string> HostGraphControlRetMapping(const Node* n) { in HostGraphControlRetMapping() function 655 HostGraphControlRetMapping, &rewritten_body_function_def)); in PostprocessLiftedArgsForWhile() 682 HostGraphControlRetMapping, &rewritten_cond_function_def)); in PostprocessLiftedArgsForWhile() 806 HostGraphControlRetMapping, &rewritten_then_branch_function_def)); in PostprocessLiftedArgsForIf() 816 HostGraphControlRetMapping, &rewritten_else_branch_function_def)); in PostprocessLiftedArgsForIf() 878 HostGraphControlRetMapping, in PostprocessLiftedArgsForCall() 1385 *g, func_name, HostGraphControlRetMapping, &replace_fdef)); in ReplaceKeyPlaceholderWithArgNode() 1617 HostGraphControlRetMapping, in RewriteHostWhileLoopCond() 1677 HostGraphControlRetMapping, in RewriteHostWhileLoopBody() 1793 HostGraphControlRetMapping, in BuildHostGraphForFuncCallNode() [all …]
|