Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dfusion_utils.h59 const FunctionDef& first_function, const FunctionDef& second_function,
63 const FunctionDef& second_function, FunctionDef* fused_function,
115 const FunctionDef& second_function,
126 const FunctionDef& first_function, const FunctionDef& second_function,
Dfusion_utils.cc299 const FunctionDef& second_function, FunctionDef* fused_function, in MergeNodes() argument
304 fused_function->mutable_node_def()->MergeFrom(second_function.node_def()); in MergeNodes()
378 const FunctionDef& second_function, in LazyConjunctionNodes() argument
398 then_branch.set_name(second_function.signature().name()); in LazyConjunctionNodes()
428 const FunctionDef& first_function, const FunctionDef& second_function, in FuseFunctions() argument
441 if (has_unknown_attrs(first_function) || has_unknown_attrs(second_function)) { in FuseFunctions()
447 FunctionDef setup_function = second_function; in FuseFunctions()
492 get_construction_context(second_function); in FuseFunctions()
/external/llvm-project/lldb/test/API/commands/expression/unwind_expression/
Dmain.cpp10 int second_function(int x){ in second_function() function
20 second_function(1); in main()