Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond_test.cc76 StateMap::CondId then_branch; in TEST_F() local
80 then_branch = GetUniqueId(ss); in TEST_F()
90 Status status = JoinCondStatesNonMerge(then_branch, else_branch).status(); in TEST_F()
94 auto joined_or = JoinCondStatesMerge(m, then_branch, else_branch); in TEST_F()
99 auto t = JoinCondStatesNonMerge(then_branch, joined); in TEST_F()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_If.pbtxt26 name: "then_branch"
36 types are the same as what then_branch returns.
39 summary: "output = cond ? then_branch(input) : else_branch(input)"
Dapi_def_StatelessIf.pbtxt29 name: "then_branch"
39 types are the same as what then_branch returns.
42 summary: "output = cond ? then_branch(input) : else_branch(input)"
/external/mesa3d/src/compiler/glsl/
Dir_builder.cpp621 ir_instruction *then_branch) in if_tree() argument
623 assert(then_branch != NULL); in if_tree()
628 result->then_instructions.push_tail(then_branch); in if_tree()
634 ir_instruction *then_branch, in if_tree() argument
637 assert(then_branch != NULL); in if_tree()
643 result->then_instructions.push_tail(then_branch); in if_tree()
Dir_builder.h233 ir_instruction *then_branch);
235 ir_instruction *then_branch,
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dfusion_utils.cc396 NameAttrList then_branch; in LazyConjunctionNodes() local
397 then_branch.set_name(second_function.signature().name()); in LazyConjunctionNodes()
398 if_builder.Attr("then_branch", then_branch); in LazyConjunctionNodes()
Dfunction_utils_test.cc395 key: "then_branch"
/external/tensorflow/tensorflow/python/ops/
Dfunctional_ops.py497 def If(cond, inputs, then_branch, else_branch, name=None): argument
520 inputs, [_.type for _ in then_branch.definition.signature.output_arg],
521 then_branch,
/external/googletest/googletest/scripts/
Dpump.py421 def __init__(self, exp=None, then_branch=None, else_branch=None): argument
423 self.then_branch = then_branch
686 RunCode(env.Clone(), node.then_branch, output)
/external/google-breakpad/src/testing/gtest/scripts/
Dpump.py421 def __init__(self, exp=None, then_branch=None, else_branch=None): argument
423 self.then_branch = then_branch
686 RunCode(env.Clone(), node.then_branch, output)
/external/tensorflow/tensorflow/compiler/jit/
Dextract_outside_compilation_pass.cc1355 NameAttrList then_branch, else_branch; in ExtractOutsideCompilationForNodesWithAssociatedFunctions() local
1356 TF_RETURN_IF_ERROR(GetNodeAttr(n->attrs(), "then_branch", &then_branch)); in ExtractOutsideCompilationForNodesWithAssociatedFunctions()
1366 string then_branch_xla_func_name = absl::StrCat(then_branch.name(), "_oc"), in ExtractOutsideCompilationForNodesWithAssociatedFunctions()
1370 then_branch, then_branch_xla_func_name, then_branch_host_func_name, in ExtractOutsideCompilationForNodesWithAssociatedFunctions()
1388 then_branch.set_name(then_branch_xla_func_name); in ExtractOutsideCompilationForNodesWithAssociatedFunctions()
1390 n->AddAttr("then_branch", then_branch); in ExtractOutsideCompilationForNodesWithAssociatedFunctions()
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt1477 …argspec: "args=[\'cond\', \'input\', \'Tout\', \'then_branch\', \'else_branch\', \'output_shapes\'…
3701 …argspec: "args=[\'cond\', \'input\', \'Tout\', \'then_branch\', \'else_branch\', \'name\'], vararg…
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt1477 …argspec: "args=[\'cond\', \'input\', \'Tout\', \'then_branch\', \'else_branch\', \'output_shapes\'…
3701 …argspec: "args=[\'cond\', \'input\', \'Tout\', \'then_branch\', \'else_branch\', \'name\'], vararg…
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v1.pbtxt30000 name: "then_branch"
30038 name: "then_branch"
30075 name: "then_branch"
30112 name: "then_branch"
30150 name: "then_branch"
80753 name: "then_branch"
Dops_history.v2.pbtxt29629 name: "then_branch"
29667 name: "then_branch"
29704 name: "then_branch"
29741 name: "then_branch"
29779 name: "then_branch"
80126 name: "then_branch"
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt14933 name: "then_branch"
38635 name: "then_branch"