Home
last modified time | relevance | path

Searched refs:output_false (Results 1 – 21 of 21) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis_test.cc130 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 …]
Dshape_inference_test.cc90 switch_node.output_false); in TEST()
Dbuild_xla_ops_pass.cc369 Output inverse_predicated_compilation_key = s.output_false; in ReplaceNodeWithXlaCompileAndXlaRun()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Switch.pbtxt16 name: "output_false"
30 the data goes to `output_false`.
Dapi_def_RefSwitch.pbtxt16 name: "output_false"
30 the data goes to `output_false`.
/external/tensorflow/tensorflow/c/
Dc_api_experimental.cc1008 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/
Dfunctionalize_control_flow_test.cc84 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/
Dloop_optimizer_test.cc643 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()
Ddependency_optimizer_test.cc208 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()
Dmodel_pruner_test.cc309 scope.WithOpName("id1").WithControlDependencies(v_ctrl), s.output_false); in TEST_F()
Dlayout_optimizer_test.cc1090 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()
Dconstant_folding_test.cc1459 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/
Dquantize_training.cc442 NodeBuilder::NodeOut output_false = NodeBuilder::NodeOut(switch_node, 0); in MakeInitializedEMAVariable() local
451 .Input({output_false, ema_value}) in MakeInitializedEMAVariable()
Dgraph_partition_test.cc654 switch_node.output_false); in TEST()
663 enter, merge.output, cv, loop_cond, switch_node.output_false, in TEST()
/external/tensorflow/tensorflow/cc/ops/
Dwhile_loop.cc205 switch_falses[i] = switch_i.output_false; in BuildWhileLoop()
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dlayers_test.py2383 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/
Dops_history.v0.pbtxt23884 name: "output_false"
23910 name: "output_false"
36487 name: "output_false"
Dops_history.v2.pbtxt53108 name: "output_false"
81881 name: "output_false"
Dops_history.v1.pbtxt53691 name: "output_false"
82508 name: "output_false"
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt27904 name: "output_false"
39692 name: "output_false"
/external/tensorflow/tensorflow/go/op/
Dwrappers.go4255 func Switch(scope *Scope, data tf.Output, pred tf.Output) (output_false tf.Output, output_true tf.O…