Searched refs:bool_const (Results 1 – 2 of 2) sorted by relevance
1221 Node* bool_const = test::graph::Constant(&g, bool_value); in TEST() local1222 Node* switch_node = test::graph::Switch(&g, bool_const, bool_const); in TEST()
906 Output bool_const = ops::Const(s.WithOpName("bool_const"), true, {5}); in TEST_F() local908 ops::LogicalAnd(s.WithOpName("bool_and"), bool_const, bool_const); in TEST_F()