Home
last modified time | relevance | path

Searched refs:v_ctrl (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dmodel_pruner_test.cc302 ops::Variable v_ctrl(scope.WithOpName("v_ctrl"), {}, DT_BOOL); in TEST_F() local
303 ops::Switch s(scope.WithOpName("switch"), v_in, v_ctrl); in TEST_F()
309 scope.WithOpName("id1").WithControlDependencies(v_ctrl), s.output_false); in TEST_F()
Ddependency_optimizer_test.cc192 ops::Variable v_ctrl(scope.WithOpName("v_ctrl"), {}, DT_BOOL); in TEST_F() local
193 ops::Switch s(scope.WithOpName("switch"), v_in, v_ctrl); in TEST_F()
585 ops::Variable v_ctrl(scope.WithOpName("v_ctrl"), {}, DT_BOOL); in TEST_F() local
588 v_ctrl); in TEST_F()
Dlayout_optimizer_test.cc1196 ops::Variable v_ctrl(s.WithOpName("v_ctrl"), {}, DT_BOOL); in TEST_F() local
1197 auto sw = ops::Switch(s.WithOpName("switch"), i0, v_ctrl); in TEST_F()
Dconstant_folding_test.cc1457 ops::Variable v_ctrl(scope.WithOpName("v_ctrl"), {}, DT_BOOL); in TEST_F() local
1458 ops::Switch s1(scope.WithOpName("switch"), v_in, v_ctrl); in TEST_F()
1556 ops::Variable v_ctrl(scope.WithOpName("v_ctrl"), {}, DT_BOOL); in TEST_F() local
1557 ops::Switch s1(scope.WithOpName("switch"), v_in, v_ctrl); in TEST_F()