Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_control_flow_test.cc73 auto switch_1 = ops::Switch(scope.WithOpName("cond/Switch"), less, less); in TEST() local
76 ops::Identity(scope.WithOpName("cond/Identity"), switch_1.output_true); in TEST()
84 ops::Identity(scope.WithOpName("cond/Identity"), switch_1.output_false); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/
Dcompleteness.ll324 %switch_1 = icmp eq i8 %phi, 1
325 br i1 %switch_1, label %trap, label %main-loop