/external/tensorflow/tensorflow/compiler/jit/ |
D | deadness_analysis_test.cc | 130 latch.output_false); in CreateInductionVariable() 195 latch.output_false); in CreateDependentLoopInvariantValue() 217 ops::Add(root.WithOpName("add"), sw.output_true, sw.output_false); in TEST() 245 ops::Add(root.WithOpName("a0"), sw_0.output_false, sw_1.output_false); in TEST() 247 ops::Add(root.WithOpName("a1"), sw_1.output_false, sw_0.output_false); in TEST() 250 ops::Add(root.WithOpName("b0"), sw_0.output_false, sw_1.output_true); in TEST() 252 ops::Add(root.WithOpName("b1"), sw_1.output_true, sw_0.output_false); in TEST() 278 ops::Add(root.WithOpName("a0"), sw_0.output_false, sw_1.output_false); in TEST() 279 Output a1 = ops::Add(root.WithOpName("a1"), a0, sw_2.output_false); in TEST() 282 ops::Add(root.WithOpName("b0"), sw_1.output_false, sw_2.output_false); in TEST() [all …]
|
D | shape_inference_test.cc | 90 switch_node.output_false); in TEST()
|
D | build_xla_ops_pass.cc | 369 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/c/ |
D | c_api_experimental.cc | 1008 input: "decode_image/cond_jpeg/Switch:output_false:0" in CreateImagenetDatasetFunctions() 1234 input: "decode_image/cond_jpeg/is_png/Switch:output_false:0" in CreateImagenetDatasetFunctions() 1289 input: "decode_image/cond_jpeg/cond_png/Switch:output_false:0" in CreateImagenetDatasetFunctions() 1348 input: "decode_image/cond_jpeg/cond_png/DecodePng/Switch:output_false:0" in CreateImagenetDatasetFunctions() 1390 input: "decode_image/cond_jpeg/cond_png/is_gif/Switch:output_false:0" in CreateImagenetDatasetFunctions() 1402 input: "decode_image/cond_jpeg/is_png/Switch:output_false:0" in CreateImagenetDatasetFunctions() 1445 input: "decode_image/cond_jpeg/cond_png/cond_gif/Switch:output_false:0" in CreateImagenetDatasetFunctions() 1655 input: "decode_image/cond_jpeg/cond_png/DecodePng/Switch:output_false:0" in CreateImagenetDatasetFunctions() 1675 input: "decode_image/cond_jpeg/cond_png/cond_gif/DecodeGif/Switch:output_false:0" in CreateImagenetDatasetFunctions() 1739 input: "decode_image/cond_jpeg/cond_png/cond_gif/Substr/Switch:output_false:0" in CreateImagenetDatasetFunctions() [all …]
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | functionalize_control_flow_test.cc | 84 ops::Identity(scope.WithOpName("cond/Identity"), switch_1.output_false); in TEST() 89 switch_3.output_false, twenty_three); in TEST() 225 switch_.output_false); in TEST() 375 switch_.output_false); in TEST() 635 switch_x.output_false); in TEST() 637 switch_y.output_false); in TEST() 812 switch_i.output_false); in TEST() 859 switch_j.output_false); in TEST() 861 switch_k.output_false); in TEST()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | loop_optimizer_test.cc | 643 Output square1 = ops::Square(scope.WithOpName("square1"), s1.output_false); in TEST_F() 648 Output square2 = ops::Square(scope.WithOpName("square2"), s2.output_false); in TEST_F() 653 Output square3 = ops::Square(scope.WithOpName("square3"), s3.output_false); in TEST_F() 658 Output square4 = ops::Square(scope.WithOpName("square4"), s4.output_false); in TEST_F() 672 Output id1 = ops::Identity(scope.WithOpName("id1"), s5.output_false); in TEST_F() 677 Output id3 = ops::Identity(scope.WithOpName("id3"), s6.output_false); in TEST_F()
|
D | dependency_optimizer_test.cc | 208 Output neg1 = ops::Neg(scope.WithOpName("neg1"), s.output_false); in TEST_F() 516 Output id1 = ops::Identity(scope.WithOpName("id1"), sw.output_false); in TEST_F() 637 auto id_f = ops::Identity(scope.WithOpName("id_f"), s.output_false); in TEST_F() 670 auto id_f = ops::IdentityN(scope.WithOpName("id_f"), {s.output_false}); in TEST_F() 673 ops::IdentityN(scope.WithOpName("id_b"), {s.output_false, s.output_true}); in TEST_F()
|
D | model_pruner_test.cc | 309 scope.WithOpName("id1").WithControlDependencies(v_ctrl), s.output_false); in TEST_F()
|
D | layout_optimizer_test.cc | 1090 auto i2 = ops::Identity(s.WithOpName("i2"), sw.output_false); in TEST_F() 1200 auto mul = ops::Mul(s.WithOpName("mul"), conv, sw.output_false); in TEST_F()
|
D | constant_folding_test.cc | 1459 ops::Rank rank(scope.WithOpName("rank"), s1.output_false); in TEST_F() 1471 ops::Identity statically_known(scope.WithOpName("i2"), s2.output_false); in TEST_F() 1558 ops::Rank rank(scope.WithOpName("rank"), s1.output_false); in TEST_F() 1570 ops::Identity statically_known(scope.WithOpName("i2"), s2.output_false); in TEST_F() 2997 Output id_false = ops::LogicalNot(s.WithOpName("id_false"), sw.output_false); in TEST_F()
|
/external/tensorflow/tensorflow/core/graph/ |
D | quantize_training.cc | 442 NodeBuilder::NodeOut output_false = NodeBuilder::NodeOut(switch_node, 0); in MakeInitializedEMAVariable() local 451 .Input({output_false, ema_value}) in MakeInitializedEMAVariable()
|
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/cc/ops/ |
D | while_loop.cc | 205 switch_falses[i] = switch_i.output_false; in BuildWhileLoop()
|
/external/tensorflow/tensorflow/contrib/layers/python/layers/ |
D | layers_test.py | 2383 output_false = sess.run([output], {is_training: False}) 2384 self.assertFalse(np.allclose(output_true, output_false)) 2405 output_false = sess.run([output], {is_training: False}) 2406 self.assertAllClose(output_true, output_false) 2537 output_false = sess.run([output], {is_training: False}) 2538 self.assertFalse(np.allclose(output_true, output_false)) 2554 output_false = sess.run([output], {is_training: False}) 2555 self.assertTrue(np.allclose(output_true, output_false))
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v0.pbtxt | 23884 name: "output_false" 23910 name: "output_false" 36487 name: "output_false"
|
D | ops_history.v2.pbtxt | 53108 name: "output_false" 81881 name: "output_false"
|
D | ops_history.v1.pbtxt | 53691 name: "output_false" 82508 name: "output_false"
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 27904 name: "output_false" 39692 name: "output_false"
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 4255 func Switch(scope *Scope, data tf.Output, pred tf.Output) (output_false tf.Output, output_true tf.O…
|