Home
last modified time | relevance | path

Searched refs:output_true (Results 1 – 23 of 23) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis_test.cc132 latch.output_true, increment_by); in CreateInductionVariable()
197 root.WithOpName(prefix + "/next_iteration"), latch.output_true); in CreateDependentLoopInvariantValue()
217 ops::Add(root.WithOpName("add"), sw.output_true, sw.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()
301 ops::Merge m2(root.WithOpName("m2"), {sw_0.output_false, sw_1.output_true}); in TEST()
302 ops::Merge m3(root.WithOpName("m3"), {sw_1.output_true, sw_0.output_false}); in TEST()
395 ops::Add(root.WithOpName("and0"), sw_0.output_false, sw_1.output_true); in TEST()
401 ops::Merge or4(root.WithOpName("or4"), {add3, sw_0.output_true}); in TEST()
449 ops::Merge merge(root.WithOpName("ternary"), {predicated_true.output_true, in TEST()
[all …]
Dshape_inference_test.cc92 switch_node.output_true); in TEST()
Dnode_matchers_test.cc188 Output add = ops::Add(root.WithOpName("add"), sw.output_true, in TEST()
Dbuild_xla_ops_pass.cc368 Output predicated_compilation_key = s.output_true; in ReplaceNodeWithXlaCompileAndXlaRun()
Dresource_operation_safety_analysis_test.cc498 ops::NextIteration(root.WithOpName("next_iteration"), latch.output_true); in TEST()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Switch.pbtxt22 name: "output_true"
29 If `pred` is true, the `data` input is forwarded to `output_true`. Otherwise,
Dapi_def_RefSwitch.pbtxt22 name: "output_true"
29 If `pred` is true, the `data` input is forwarded to `output_true`. Otherwise,
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_control_flow_test.cc76 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()
227 ops::Identity(scope.WithOpName("while/Identity"), switch_.output_true); in TEST()
377 ops::Identity(scope.WithOpName("while/Identity"), switch_.output_true); in TEST()
509 ops::Identity(scope.WithOpName("while/Identity"), switch_.output_true); in TEST()
640 switch_x.output_true); in TEST()
642 switch_y.output_true); in TEST()
814 ops::Identity(scope.WithOpName("outer/Identity"), switch_i.output_true); in TEST()
863 switch_j.output_true); in TEST()
865 switch_k.output_true); in TEST()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Ddependency_optimizer_test.cc197 Output neg = ops::Neg(scope.WithOpName("neg"), s.output_true); in TEST_F()
202 scope.WithOpName("ConstantFoldingCtrl/switch_1"), s.output_true); in TEST_F()
513 Output id0 = ops::Identity(scope.WithOpName("id0"), sw.output_true); in TEST_F()
589 Output id0 = ops::Identity(scope.WithOpName("id0"), s.output_true); in TEST_F()
591 scope.WithOpName("ConstantFoldingCtrl/switch_1"), s.output_true); in TEST_F()
638 auto id_t = ops::Identity(scope.WithOpName("id_t"), s.output_true); in TEST_F()
671 auto id_t = ops::IdentityN(scope.WithOpName("id_t"), {s.output_true}); in TEST_F()
673 ops::IdentityN(scope.WithOpName("id_b"), {s.output_false, s.output_true}); in TEST_F()
Dloop_optimizer_test.cc644 Output sqrt1 = ops::Sqrt(scope.WithOpName("sqrt1"), s1.output_true); in TEST_F()
649 Output sqrt2 = ops::Sqrt(scope.WithOpName("sqrt2"), s2.output_true); in TEST_F()
654 Output sqrt3 = ops::Sqrt(scope.WithOpName("sqrt3"), s3.output_true); in TEST_F()
659 Output sqrt4 = ops::Sqrt(scope.WithOpName("sqrt4"), s4.output_true); in TEST_F()
673 Output id2 = ops::Identity(scope.WithOpName("id2"), s5.output_true); in TEST_F()
678 Output id4 = ops::Identity(scope.WithOpName("id4"), s6.output_true); in TEST_F()
Dmodel_pruner_test.cc306 Output id0 = ops::Identity(scope.WithOpName("id0"), s.output_true); in TEST_F()
Dlayout_optimizer_test.cc1089 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()
Dconstant_folding_test.cc1460 ops::Identity i(scope.WithOpName("i"), s1.output_true); in TEST_F()
1472 ops::Identity never_generated(scope.WithOpName("i3"), s2.output_true); in TEST_F()
1559 ops::Identity i(scope.WithOpName("i"), s1.output_true); in TEST_F()
1571 ops::Identity never_generated(scope.WithOpName("i3"), s2.output_true); in TEST_F()
2998 Output id_true = ops::LogicalNot(s.WithOpName("id_true"), sw.output_true); in TEST_F()
/external/tensorflow/tensorflow/c/
Dc_api_experimental.cc997 input: "decode_image/cond_jpeg/Switch:output_true:0" in CreateImagenetDatasetFunctions()
1150 input: "decode_image/cond_jpeg/DecodeJpeg/Switch:output_true:0" in CreateImagenetDatasetFunctions()
1278 input: "decode_image/cond_jpeg/cond_png/Switch:output_true:0" in CreateImagenetDatasetFunctions()
1311 input: "decode_image/cond_jpeg/cond_png/DecodePng/Switch_1:output_true:0" in CreateImagenetDatasetFunctions()
1434 input: "decode_image/cond_jpeg/cond_png/cond_gif/Switch:output_true:0" in CreateImagenetDatasetFunctions()
1649 input: "decode_image/cond_jpeg/cond_png/cond_gif/DecodeGif/Switch_1:output_true:0" in CreateImagenetDatasetFunctions()
2405 input: "cond/Switch:output_true:0" in CreateImagenetDatasetFunctions()
2438 input: "cond/Shape/Switch:output_true:0" in CreateImagenetDatasetFunctions()
2766 input: "cond/cond/Switch:output_true:0" in CreateImagenetDatasetFunctions()
2874 input: "cond/cond/strided_slice/Switch:output_true:0" in CreateImagenetDatasetFunctions()
[all …]
/external/tensorflow/tensorflow/core/graph/
Dquantize_training.cc443 NodeBuilder::NodeOut output_true = NodeBuilder::NodeOut(switch_node, 1); in MakeInitializedEMAVariable() local
446 TF_RETURN_IF_ERROR(MakeExponentialMovingAverage(graph, name, output_true, in MakeInitializedEMAVariable()
Dgraph_partition_test.cc651 Identity identity(scope, switch_node.output_true); in TEST()
/external/tensorflow/tensorflow/cc/ops/
Dwhile_loop.cc204 switch_trues[i] = switch_i.output_true; in BuildWhileLoop()
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dlayers_test.py2382 output_true = sess.run([output], {is_training: True})
2384 self.assertFalse(np.allclose(output_true, output_false))
2398 output_true = sess.run([output], {is_training: True})
2406 self.assertAllClose(output_true, output_false)
2536 output_true = sess.run([output], {is_training: True})
2538 self.assertFalse(np.allclose(output_true, output_false))
2547 output_true = sess.run([output], {is_training: True})
2555 self.assertTrue(np.allclose(output_true, output_false))
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v0.pbtxt23889 name: "output_true"
23915 name: "output_true"
36491 name: "output_true"
Dops_history.v2.pbtxt53113 name: "output_true"
81885 name: "output_true"
Dops_history.v1.pbtxt53696 name: "output_true"
82512 name: "output_true"
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt27909 name: "output_true"
39696 name: "output_true"
/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…