Searched refs:while2 (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/test/Analysis/PhiValues/ |
D | long_phi_chain.ll | 30 br label %while2.cond1 32 while2.cond1: 35 %phi3 = phi i32* [ %phi1, %while1.end ], [ %phi5, %while2.then ] 36 br i1 undef, label %while2.end, label %while2.body1 38 while2.body1: 39 br i1 undef, label %while2.cond2, label %while2.then 41 while2.cond2: 44 %phi4 = phi i32* [ %phi3, %while2.body1 ], [ %phi4, %while2.if ] 45 br i1 undef, label %while2.then, label %while2.if 47 while2.if: [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
D | cpu_infeed_test.cc | 245 auto while2 = While(condition, build_body(infeed2_shape), result1); in TEST_F() local 246 GetTupleElement(while2, 0); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | while_test.cc | 684 auto while2 = While(condition2, body2, while1); in XLA_TEST_F() local 687 auto while_result2 = GetTupleElement(while2, 1); in XLA_TEST_F() 750 auto while2 = While(condition2, body, while1); in XLA_TEST_F() local 753 auto while_result2 = GetTupleElement(while2, 1); in XLA_TEST_F() 814 auto while2 = While(condition2, body, init); in XLA_TEST_F() local 817 auto while_result2 = GetTupleElement(while2, 1); in XLA_TEST_F()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/ |
D | tfl_while_outline.mlir | 41 // CHECK-LABEL: func @while2 43 func @while2(%cst : tensor<i32>) -> tensor<1xf32> attributes {tf.entry_function = {outputs = "resul…
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | buffer_assignment_test.cc | 2330 auto while2 = builder.AddInstruction( in TEST_F() local 2334 builder.AddInstruction(HloInstruction::CreateTuple({while2, while1})); in TEST_F() 2355 {token, infeed, infeed_data, while0, while1, zero, add, while2, tuple}); in TEST_F() 2381 assignment->GetUniqueSlice(while2, {})); in TEST_F()
|