Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation_test.cc304 ShapeTree<bool> indices_to_copy(constant->shape(), /*init_value=*/true); in TEST_F() local
312 ShapeTree<bool> indices_to_copy(constant->shape(), /*init_value=*/false); in TEST_F() local
333 ShapeTree<bool> indices_to_copy(tuple->shape(), /*init_value=*/true); in TEST_F() local
350 ShapeTree<bool> indices_to_copy(tuple->shape(), /*init_value=*/false); in TEST_F() local
367 ShapeTree<bool> indices_to_copy(tuple->shape(), /*init_value=*/false); in TEST_F() local
Dloop_schedule_linearizer.cc83 ShapeTree<bool> indices_to_copy(xla_while->shape()); in AddControlEdgesForLoopWrites() local
Dcopy_insertion.cc135 const ShapeTree<bool>& indices_to_copy) { in DeepCopyAndAddControlEdges()
175 ShapeTree<bool>* indices_to_copy) { in IndicesToCopyForWhile()
203 ShapeTree<bool>* indices_to_copy) { in IndicesToCopyForConditional()
289 ShapeTree<bool> indices_to_copy(xla_while->shape()); in AddCopiesForWhile() local
1750 ShapeTree<bool> indices_to_copy(conditional->shape()); in AddCopiesForConditional() local
1917 const ShapeTree<bool>& indices_to_copy = pair.second; in AddSpecialCaseCopies() local
Dhlo_computation.cc807 HloInstruction* instruction, const ShapeTree<bool>* indices_to_copy, in DeepCopyInstruction()