/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | functionalize_cond_test.cc | 76 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/ |
D | api_def_If.pbtxt | 26 name: "then_branch" 36 types are the same as what then_branch returns. 39 summary: "output = cond ? then_branch(input) : else_branch(input)"
|
D | api_def_StatelessIf.pbtxt | 29 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/ |
D | ir_builder.cpp | 621 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()
|
D | ir_builder.h | 233 ir_instruction *then_branch); 235 ir_instruction *then_branch,
|
/external/tensorflow/tensorflow/core/grappler/optimizers/data/ |
D | fusion_utils.cc | 396 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()
|
D | function_utils_test.cc | 395 key: "then_branch"
|
/external/tensorflow/tensorflow/python/ops/ |
D | functional_ops.py | 497 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/ |
D | pump.py | 421 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/ |
D | pump.py | 421 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/ |
D | extract_outside_compilation_pass.cc | 1355 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/ |
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.v1.pbtxt | 30000 name: "then_branch" 30038 name: "then_branch" 30075 name: "then_branch" 30112 name: "then_branch" 30150 name: "then_branch" 80753 name: "then_branch"
|
D | ops_history.v2.pbtxt | 29629 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/ |
D | ops.pbtxt | 14933 name: "then_branch" 38635 name: "then_branch"
|