Home
last modified time | relevance | path

Searched defs:indices_to_copy (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_computation_test.cc286 ShapeTree<bool> indices_to_copy(constant->shape(), /*init_value=*/true); in TEST_F() local
294 ShapeTree<bool> indices_to_copy(constant->shape(), /*init_value=*/false); in TEST_F() local
315 ShapeTree<bool> indices_to_copy(tuple->shape(), /*init_value=*/true); in TEST_F() local
332 ShapeTree<bool> indices_to_copy(tuple->shape(), /*init_value=*/false); in TEST_F() local
349 ShapeTree<bool> indices_to_copy(tuple->shape(), /*init_value=*/false); in TEST_F() local
H A Dcopy_insertion.cc139 const ShapeTree<bool>& indices_to_copy) { in DeepCopyAndAddControlEdges()
179 ShapeTree<bool>* indices_to_copy) { in IndicesToCopyForWhile()
207 ShapeTree<bool>* indices_to_copy) { in IndicesToCopyForConditional()
293 ShapeTree<bool> indices_to_copy(xla_while->shape()); in AddCopiesForWhile() local
1787 ShapeTree<bool> indices_to_copy(conditional->shape()); in AddCopiesForConditional() local
1993 const ShapeTree<bool>& indices_to_copy = pair.second; in AddSpecialCaseCopies() local
H A Dloop_schedule_linearizer.cc83 ShapeTree<bool> indices_to_copy(xla_while->shape()); in AddControlEdgesForLoopWrites() local
H A Dhlo_computation.cc829 HloInstruction* instruction, const ShapeTree<bool>* indices_to_copy, in DeepCopyInstruction()