Searched refs:switch_1 (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dfunctionalize_control_flow_test.cc71 auto switch_1 = ops::Switch(scope.WithOpName("cond/Switch"), less, less); local
74 ops::Identity(scope.WithOpName("cond/Identity"), switch_1.output_true);
82 ops::Identity(scope.WithOpName("cond/Identity"), switch_1.output_false);

Completed in 53 milliseconds