Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond_test.cc82 StateMap::CondId else_branch; in TEST_F() local
86 else_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()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_If.pbtxt29 types are the same as what else_branch returns.
33 name: "else_branch"
39 summary: "output = cond ? then_branch(input) : else_branch(input)"
Dapi_def_StatelessIf.pbtxt32 types are the same as what else_branch returns.
36 name: "else_branch"
42 summary: "output = cond ? then_branch(input) : else_branch(input)"
/external/googletest/googletest/scripts/
Dpump.py416 def __init__(self, else_branch=None): argument
417 self.else_branch = else_branch
421 def __init__(self, exp=None, then_branch=None, else_branch=None): argument
424 self.else_branch = else_branch
687 elif node.else_branch is not None:
688 RunCode(env.Clone(), node.else_branch, output)
/external/google-breakpad/src/testing/gtest/scripts/
Dpump.py416 def __init__(self, else_branch=None): argument
417 self.else_branch = else_branch
421 def __init__(self, exp=None, then_branch=None, else_branch=None): argument
424 self.else_branch = else_branch
687 elif node.else_branch is not None:
688 RunCode(env.Clone(), node.else_branch, output)
/external/llvm/test/Transforms/RewriteStatepointsForGC/
Drelocation.ll78 br i1 %cnd, label %if_branch, label %else_branch
87 else_branch: ; preds = %bci_0
88 ; CHECK-LABEL: else_branch:
95 join: ; preds = %else_branch, %if_branch
99 ; CHECK-DAG: [ %arg.relocated2, %else_branch ]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/RewriteStatepointsForGC/
Drelocation.ll79 br i1 %cnd, label %if_branch, label %else_branch
88 else_branch: ; preds = %bci_0
89 ; CHECK-LABEL: else_branch:
96 join: ; preds = %else_branch, %if_branch
100 ; CHECK-DAG: [ %arg.relocated2, %else_branch ]
/external/googletest/googletest/docs/
DPumpManual.md129 | `$if exp [[ code ]] else_branch` | Conditional. …
152 | $if exp [[ code ]] else_branch
156 else_branch ::= $else [[ code ]]
157 | $elif exp [[ code ]] else_branch
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_temprename.cpp82 else_branch, /* Inside else branch */ enumerator
281 scope_type == else_branch || in is_conditional()
289 scope_type == else_branch) in in_ifelse_scope()
678 cur_scope = scopes.create(cur_scope->parent(), else_branch, in get_temp_registers_required_lifetimes()
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dfusion_utils.cc403 NameAttrList else_branch; in LazyConjunctionNodes() local
404 else_branch.set_name(false_predicate->signature().name()); in LazyConjunctionNodes()
405 if_builder.Attr("else_branch", else_branch); in LazyConjunctionNodes()
Dfunction_utils_test.cc387 key: "else_branch"
/external/mesa3d/src/compiler/glsl/
Dir_builder.cpp635 ir_instruction *else_branch) in if_tree() argument
638 assert(else_branch != NULL); in if_tree()
644 result->else_instructions.push_tail(else_branch); in if_tree()
Dir_builder.h236 ir_instruction *else_branch);
/external/tensorflow/tensorflow/compiler/jit/
Dextract_outside_compilation_pass.cc1355 NameAttrList then_branch, else_branch; in ExtractOutsideCompilationForNodesWithAssociatedFunctions() local
1357 TF_RETURN_IF_ERROR(GetNodeAttr(n->attrs(), "else_branch", &else_branch)); in ExtractOutsideCompilationForNodesWithAssociatedFunctions()
1367 else_branch_xla_func_name = absl::StrCat(else_branch.name(), "_oc"); in ExtractOutsideCompilationForNodesWithAssociatedFunctions()
1375 else_branch, else_branch_xla_func_name, else_branch_host_func_name, in ExtractOutsideCompilationForNodesWithAssociatedFunctions()
1391 else_branch.set_name(else_branch_xla_func_name); in ExtractOutsideCompilationForNodesWithAssociatedFunctions()
1393 n->AddAttr("else_branch", else_branch); in ExtractOutsideCompilationForNodesWithAssociatedFunctions()
/external/tensorflow/tensorflow/python/ops/
Dfunctional_ops.py497 def If(cond, inputs, then_branch, else_branch, name=None): argument
522 else_branch,
/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.v2.pbtxt29633 name: "else_branch"
29671 name: "else_branch"
29708 name: "else_branch"
29745 name: "else_branch"
29783 name: "else_branch"
80130 name: "else_branch"
Dops_history.v1.pbtxt30004 name: "else_branch"
30042 name: "else_branch"
30079 name: "else_branch"
30116 name: "else_branch"
30154 name: "else_branch"
80757 name: "else_branch"
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt14937 name: "else_branch"
38639 name: "else_branch"