/external/tensorflow/tensorflow/compiler/jit/ |
D | deadness_analysis_test.cc | 148 latch.output_true, increment_by); in CreateInductionVariable() 213 root.WithOpName(prefix + "/next_iteration"), latch.output_true); in CreateDependentLoopInvariantValue() 233 ops::Add(root.WithOpName("add"), sw.output_true, sw.output_false); in TEST() 272 ops::Add(root.WithOpName("b0"), sw_0.output_false, sw_1.output_true); in TEST() 274 ops::Add(root.WithOpName("b1"), sw_1.output_true, sw_0.output_false); in TEST() 342 ops::Merge m2(root.WithOpName("m2"), {sw_0.output_false, sw_1.output_true}); in TEST() 343 ops::Merge m3(root.WithOpName("m3"), {sw_1.output_true, sw_0.output_false}); in TEST() 461 ops::Add(root.WithOpName("and0"), sw_0.output_false, sw_1.output_true); in TEST() 467 ops::Merge or4(root.WithOpName("or4"), {add3, sw_0.output_true}); in TEST() 518 ops::Merge merge(root.WithOpName("ternary"), {predicated_true.output_true, in TEST() [all …]
|
D | shape_inference_test.cc | 94 switch_node.output_true); in TEST() 148 switch_node.output_true); in TEST()
|
D | mark_for_compilation_pass_test.cc | 587 Output tanh_a0 = ops::Tanh(root.WithOpName("tan_a0"), switch_a.output_true); in TEST() 590 Output tanh_b0 = ops::Tanh(root.WithOpName("tan_b0"), switch_b.output_true); in TEST() 625 Output add_a = ops::Add(root.WithOpName("add_a"), switch_a.output_true, in TEST() 626 switch_b.output_true); in TEST() 627 Output add_b = ops::Add(root.WithOpName("add_b"), switch_a.output_true, in TEST() 628 switch_b.output_true); in TEST() 1681 ops::Identity(root.WithOpName("identity"), switch_node.output_true); in TEST()
|
D | node_matchers_test.cc | 188 Output add = ops::Add(root.WithOpName("add"), sw.output_true, in TEST()
|
D | build_xla_ops_pass.cc | 532 Output predicated_compilation_key = s.output_true; in ReplaceNodeWithXlaCompileAndXlaRun()
|
D | resource_operation_safety_analysis_test.cc | 498 ops::NextIteration(root.WithOpName("next_iteration"), latch.output_true); in TEST()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Switch.pbtxt | 22 name: "output_true" 29 If `pred` is true, the `data` input is forwarded to `output_true`. Otherwise,
|
D | api_def_RefSwitch.pbtxt | 22 name: "output_true" 29 If `pred` is true, the `data` input is forwarded to `output_true`. Otherwise,
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | Switch.pbtxt | 16 name: "output_true"
|
D | RefSwitch.pbtxt | 18 name: "output_true"
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | functionalize_control_flow_test.cc | 76 ops::Identity(scope.WithOpName("cond/Identity"), switch_1.output_true); in TEST() 80 auto mul = ops::Multiply(scope.WithOpName("cond/Mul"), switch_2.output_true, in TEST() 228 ops::Identity(scope.WithOpName("while/Identity"), switch_.output_true); in TEST() 378 ops::Identity(scope.WithOpName("while/Identity"), switch_.output_true); in TEST() 506 ops::Identity(scope.WithOpName("while/Identity"), switch_.output_true); in TEST() 637 switch_x.output_true); in TEST() 639 switch_y.output_true); in TEST() 811 ops::Identity(scope.WithOpName("outer/Identity"), switch_i.output_true); in TEST() 860 switch_j.output_true); in TEST() 862 switch_k.output_true); in TEST()
|
D | functionalize_cond_test.cc | 133 {switch_op.output_true, const_op, const_op}); in TEST()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | dependency_optimizer_test.cc | 198 Output neg = ops::Neg(scope.WithOpName("neg"), s.output_true); in TEST_F() 203 scope.WithOpName("ConstantFoldingCtrl/switch_1"), s.output_true); in TEST_F() 514 Output id0 = ops::Identity(scope.WithOpName("id0"), sw.output_true); in TEST_F() 590 Output id0 = ops::Identity(scope.WithOpName("id0"), s.output_true); in TEST_F() 592 scope.WithOpName("ConstantFoldingCtrl/switch_1"), s.output_true); in TEST_F() 639 auto id_t = ops::Identity(scope.WithOpName("id_t"), s.output_true); in TEST_F() 672 auto id_t = ops::IdentityN(scope.WithOpName("id_t"), {s.output_true}); in TEST_F() 674 ops::IdentityN(scope.WithOpName("id_b"), {s.output_false, s.output_true}); in TEST_F()
|
D | loop_optimizer_test.cc | 759 Output sqrt1 = ops::Sqrt(scope.WithOpName("sqrt1"), s1.output_true); in TEST_F() 764 Output sqrt2 = ops::Sqrt(scope.WithOpName("sqrt2"), s2.output_true); in TEST_F() 769 Output sqrt3 = ops::Sqrt(scope.WithOpName("sqrt3"), s3.output_true); in TEST_F() 774 Output sqrt4 = ops::Sqrt(scope.WithOpName("sqrt4"), s4.output_true); in TEST_F() 784 Output id2 = ops::Identity(scope.WithOpName("id2"), s5.output_true); in TEST_F() 789 Output id4 = ops::Identity(scope.WithOpName("id4"), s6.output_true); in TEST_F()
|
D | model_pruner_test.cc | 284 Output id0 = ops::Identity(scope.WithOpName("id0"), s.output_true); in TEST_F()
|
D | layout_optimizer_test.cc | 1089 auto i1 = ops::Identity(s.WithOpName("i1"), sw.output_true); in TEST_F() 1198 auto next = ops::NextIteration(s.WithOpName("next"), sw.output_true); in TEST_F()
|
D | constant_folding_test.cc | 1710 ops::Identity i(scope.WithOpName("i"), s1.output_true); in TEST_F() 1722 ops::Identity never_generated(scope.WithOpName("i3"), s2.output_true); in TEST_F() 1809 ops::Identity i(scope.WithOpName("i"), s1.output_true); in TEST_F() 1821 ops::Identity never_generated(scope.WithOpName("i3"), s2.output_true); in TEST_F() 3328 Output id_true = ops::LogicalNot(s.WithOpName("id_true"), sw.output_true); in TEST_F()
|
D | auto_mixed_precision_test.cc | 634 Output gry1 = ops::Sqrt(s.WithOpName("gry1"), swt1.output_true); in TEST_F()
|
D | generic_layout_optimizer_transposer_test.cc | 1653 auto i2 = ops::Identity(scope.WithOpName("i2"), sw.output_true); in TEST_F()
|
/external/tensorflow/tensorflow/core/graph/ |
D | quantize_training.cc | 443 NodeBuilder::NodeOut output_true = NodeBuilder::NodeOut(switch_node, 1); in MakeInitializedEMAVariable() local 446 TF_RETURN_IF_ERROR(MakeExponentialMovingAverage(graph, name, output_true, in MakeInitializedEMAVariable()
|
D | graph_partition_test.cc | 651 Identity identity(scope, switch_node.output_true); in TEST()
|
/external/tensorflow/tensorflow/cc/ops/ |
D | while_loop.cc | 204 switch_trues[i] = switch_i.output_true; in BuildWhileLoop()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_executor_ops.td | 256 .Output("output_true: T")
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | virtual_scheduler_test.cc | 837 auto a = ops::Add(s.WithOpName("a"), sw.output_true, b); in CreateGrapplerItemWithSwitchMergeInput()
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v0.pbtxt | 23889 name: "output_true" 23915 name: "output_true" 36491 name: "output_true"
|