/external/tensorflow/tensorflow/compiler/jit/ |
D | deadness_analysis_test.cc | 145 latch.output_false); in CreateInductionVariable() 210 latch.output_false); in CreateDependentLoopInvariantValue() 232 ops::Add(root.WithOpName("add"), sw.output_true, sw.output_false); in TEST() 266 ops::Add(root.WithOpName("a0"), sw_0.output_false, sw_1.output_false); in TEST() 268 ops::Add(root.WithOpName("a1"), sw_1.output_false, sw_0.output_false); in TEST() 271 ops::Add(root.WithOpName("b0"), sw_0.output_false, sw_1.output_true); in TEST() 273 ops::Add(root.WithOpName("b1"), sw_1.output_true, sw_0.output_false); in TEST() 315 ops::Add(root.WithOpName("a0"), sw_0.output_false, sw_1.output_false); in TEST() 316 Output a1 = ops::Add(root.WithOpName("a1"), a0, sw_2.output_false); in TEST() 319 ops::Add(root.WithOpName("b0"), sw_1.output_false, sw_2.output_false); in TEST() [all …]
|
D | shape_inference_test.cc | 92 switch_node.output_false); in TEST() 146 switch_node.output_false); in TEST()
|
D | build_xla_ops_pass.cc | 537 Output inverse_predicated_compilation_key = s.output_false; in ReplaceNodeWithXlaCompileAndXlaRun()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Switch.pbtxt | 16 name: "output_false" 30 the data goes to `output_false`.
|
D | api_def_RefSwitch.pbtxt | 16 name: "output_false" 30 the data goes to `output_false`.
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | Switch.pbtxt | 12 name: "output_false"
|
D | RefSwitch.pbtxt | 13 name: "output_false"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | Switch.pbtxt | 12 name: "output_false"
|
D | RefSwitch.pbtxt | 13 name: "output_false"
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | functionalize_control_flow_test.cc | 121 ops::Identity(scope.WithOpName("cond/Identity"), switch_1.output_false); in BuildCondGraph() 126 switch_3.output_false, twenty_three); in BuildCondGraph() 333 switch_.output_false); in TEST() 483 switch_.output_false); in TEST() 739 switch_x.output_false); in TEST() 741 switch_y.output_false); in TEST() 966 switch_i.output_false); in RunTest() 1014 switch_j.output_false); in RunTest() 1016 switch_k.output_false); in RunTest()
|
D | functionalize_cond_test.cc | 130 {switch_op.output_false, const_op, const_op}); in TEST()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | loop_optimizer_test.cc | 758 Output square1 = ops::Square(scope.WithOpName("square1"), s1.output_false); in TEST_F() 763 Output square2 = ops::Square(scope.WithOpName("square2"), s2.output_false); in TEST_F() 768 Output square3 = ops::Square(scope.WithOpName("square3"), s3.output_false); in TEST_F() 773 Output square4 = ops::Square(scope.WithOpName("square4"), s4.output_false); in TEST_F() 783 Output id1 = ops::Identity(scope.WithOpName("id1"), s5.output_false); in TEST_F() 788 Output id3 = ops::Identity(scope.WithOpName("id3"), s6.output_false); in TEST_F()
|
D | dependency_optimizer_test.cc | 209 Output neg1 = ops::Neg(scope.WithOpName("neg1"), s.output_false); in TEST_F() 517 Output id1 = ops::Identity(scope.WithOpName("id1"), sw.output_false); in TEST_F() 638 auto id_f = ops::Identity(scope.WithOpName("id_f"), s.output_false); in TEST_F() 671 auto id_f = ops::IdentityN(scope.WithOpName("id_f"), {s.output_false}); in TEST_F() 674 ops::IdentityN(scope.WithOpName("id_b"), {s.output_false, s.output_true}); in TEST_F()
|
D | model_pruner_test.cc | 286 s.output_false); in TEST_F()
|
D | layout_optimizer_test.cc | 1110 auto i2 = ops::Identity(s.WithOpName("i2"), sw.output_false); in TEST_F() 1220 auto mul = ops::Mul(s.WithOpName("mul"), conv, sw.output_false); in TEST_F()
|
D | constant_folding_test.cc | 1773 ops::Rank rank(scope.WithOpName("rank"), s1.output_false); in TEST_F() 1785 ops::Identity statically_known(scope.WithOpName("i2"), s2.output_false); in TEST_F() 1872 ops::Rank rank(scope.WithOpName("rank"), s1.output_false); in TEST_F() 1884 ops::Identity statically_known(scope.WithOpName("i2"), s2.output_false); in TEST_F() 3344 Output id_false = ops::LogicalNot(s.WithOpName("id_false"), sw.output_false); in TEST_F()
|
D | auto_mixed_precision_test.cc | 648 Output ext1 = ops::internal::Exit(s.WithOpName("ext1"), swt1.output_false); in TEST_F()
|
D | generic_layout_optimizer_transposer_test.cc | 1782 auto i1 = ops::Identity(scope.WithOpName("i1"), sw.output_false); in TEST_F()
|
/external/tensorflow/tensorflow/cc/ops/ |
D | while_loop.cc | 205 switch_falses[i] = switch_i.output_false; in BuildWhileLoop()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | quantize_training.cc | 440 NodeBuilder::NodeOut output_false = NodeBuilder::NodeOut(switch_node, 0); in MakeInitializedEMAVariable() local 449 .Input({output_false, ema_value}) in MakeInitializedEMAVariable()
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph_partition_test.cc | 654 switch_node.output_false); in TEST() 663 enter, merge.output, cv, loop_cond, switch_node.output_false, in TEST()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_executor_ops.td | 266 .Output("output_false: T")
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | virtual_scheduler_test.cc | 859 auto m = ops::Merge(s.WithOpName("m"), {sw.output_false, a.z}); in CreateGrapplerItemWithSwitchMergeInput()
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v0.pbtxt | 23884 name: "output_false" 23910 name: "output_false" 36487 name: "output_false"
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 36648 name: "output_false" 53588 name: "output_false"
|