/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | functionalize_cond_test.cc | 82 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/ |
D | api_def_If.pbtxt | 29 types are the same as what else_branch returns. 33 name: "else_branch" 39 summary: "output = cond ? then_branch(input) : else_branch(input)"
|
D | api_def_StatelessIf.pbtxt | 32 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/ |
D | pump.py | 416 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/ |
D | pump.py | 416 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/ |
D | relocation.ll | 78 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/ |
D | relocation.ll | 79 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/ |
D | PumpManual.md | 129 | `$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/ |
D | st_glsl_to_tgsi_temprename.cpp | 82 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/ |
D | fusion_utils.cc | 403 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()
|
D | function_utils_test.cc | 387 key: "else_branch"
|
/external/mesa3d/src/compiler/glsl/ |
D | ir_builder.cpp | 635 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()
|
D | ir_builder.h | 236 ir_instruction *else_branch);
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | extract_outside_compilation_pass.cc | 1355 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/ |
D | functional_ops.py | 497 def If(cond, inputs, then_branch, else_branch, name=None): argument 522 else_branch,
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.raw_ops.pbtxt | 1477 …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/ |
D | tensorflow.raw_ops.pbtxt | 1477 …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/ |
D | ops_history.v2.pbtxt | 29633 name: "else_branch" 29671 name: "else_branch" 29708 name: "else_branch" 29745 name: "else_branch" 29783 name: "else_branch" 80130 name: "else_branch"
|
D | ops_history.v1.pbtxt | 30004 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/ |
D | ops.pbtxt | 14937 name: "else_branch" 38639 name: "else_branch"
|