Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dcopy_insertion.cc130 const ShapeTree<bool>& indices_to_copy) { in DeepCopyAndAddControlEdges()
170 ShapeTree<bool>* indices_to_copy) { in IndicesToCopyForWhile()
261 ShapeTree<bool> indices_to_copy(xla_while->shape()); in AddCopiesForWhile() local
1074 const ShapeTree<bool>& indices_to_copy = pair.second; in AddSpecialCaseCopies() local
1257 ShapeTree<bool> indices_to_copy(root->shape(), /*init_value=*/false); in AddCopiesForBufferAssignment() local
Dhlo_computation_test.cc305 ShapeTree<bool> indices_to_copy(constant->shape(), /*init_value=*/true); in TEST_F() local
313 ShapeTree<bool> indices_to_copy(constant->shape(), /*init_value=*/false); in TEST_F() local
334 ShapeTree<bool> indices_to_copy(tuple->shape(), /*init_value=*/true); in TEST_F() local
351 ShapeTree<bool> indices_to_copy(tuple->shape(), /*init_value=*/false); in TEST_F() local
368 ShapeTree<bool> indices_to_copy(tuple->shape(), /*init_value=*/false); in TEST_F() local
Dhlo_computation.cc658 HloInstruction* instruction, const ShapeTree<bool>* indices_to_copy, in DeepCopyInstruction()