Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dextract_outside_compilation_pass.cc712 std::unique_ptr<FunctionBody> then_branch_function_body; in PostprocessLiftedArgsForIf() local
715 &then_branch_function_body)); in PostprocessLiftedArgsForIf()
723 int original_arg_count = then_branch_function_body->arg_nodes.size(); in PostprocessLiftedArgsForIf()
728 *then_branch_function_body, outside_compilation_attr_to_node)); in PostprocessLiftedArgsForIf()
786 *then_branch_function_body, i, data_types[i])); in PostprocessLiftedArgsForIf()
789 *then_branch_function_body, original_arg_count, i, in PostprocessLiftedArgsForIf()
805 *then_branch_function_body->graph, new_then_function_name, in PostprocessLiftedArgsForIf()