Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis_test.cc145 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 …]
Dshape_inference_test.cc92 switch_node.output_false); in TEST()
146 switch_node.output_false); in TEST()
Dbuild_xla_ops_pass.cc537 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/core/ops/compat/ops_history_v2/
DSwitch.pbtxt12 name: "output_false"
DRefSwitch.pbtxt13 name: "output_false"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DSwitch.pbtxt12 name: "output_false"
DRefSwitch.pbtxt13 name: "output_false"
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_control_flow_test.cc121 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()
Dfunctionalize_cond_test.cc130 {switch_op.output_false, const_op, const_op}); in TEST()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dloop_optimizer_test.cc758 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()
Ddependency_optimizer_test.cc209 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()
Dmodel_pruner_test.cc286 s.output_false); in TEST_F()
Dlayout_optimizer_test.cc1110 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()
Dconstant_folding_test.cc1773 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()
Dauto_mixed_precision_test.cc648 Output ext1 = ops::internal::Exit(s.WithOpName("ext1"), swt1.output_false); in TEST_F()
Dgeneric_layout_optimizer_transposer_test.cc1782 auto i1 = ops::Identity(scope.WithOpName("i1"), sw.output_false); in TEST_F()
/external/tensorflow/tensorflow/cc/ops/
Dwhile_loop.cc205 switch_falses[i] = switch_i.output_false; in BuildWhileLoop()
/external/tensorflow/tensorflow/core/common_runtime/
Dquantize_training.cc440 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/
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/compiler/mlir/tensorflow/ir/
Dtf_executor_ops.td266 .Output("output_false: T")
/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler_test.cc859 auto m = ops::Merge(s.WithOpName("m"), {sw.output_false, a.z}); in CreateGrapplerItemWithSwitchMergeInput()
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v0.pbtxt23884 name: "output_false"
23910 name: "output_false"
36487 name: "output_false"
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt36648 name: "output_false"
53588 name: "output_false"

12