Home
last modified time | relevance | path

Searched refs:id_false (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis_test.cc1172 Output id_false = ops::Identity(root.WithOpName("id_false"), sw.output_false); in TEST() local
1180 EXPECT_EQ(predicate_map[ControlOutputFor(id_false)], "#false"); in TEST()
1191 Output id_false = ops::Identity(root.WithOpName("id_false"), sw.output_false); in TEST() local
1199 EXPECT_EQ(predicate_map[ControlOutputFor(id_false)], "#true"); in TEST()
1211 Output id_false = ops::Identity(root.WithOpName("id_false"), sw.output_false); in TEST() local
1219 EXPECT_EQ(predicate_map[ControlOutputFor(id_false)], "~*cond_ref:0"); in TEST()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding_test.cc3344 Output id_false = ops::LogicalNot(s.WithOpName("id_false"), sw.output_false); in TEST_F() local