Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dextract_outside_compilation_pass.cc440 bool HasLiftedArgs(const FunctionDef& function_def) { in HasLiftedArgs() function
595 if (!HasLiftedArgs(*body_function_def)) { in PostprocessLiftedArgsForWhile()
707 if (!HasLiftedArgs(*then_branch_function_def) && in PostprocessLiftedArgsForIf()
708 !HasLiftedArgs(*else_branch_function_def)) { in PostprocessLiftedArgsForIf()
830 if (!HasLiftedArgs(*fdef)) { in PostprocessLiftedArgsForCall()