Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dcopy_insertion.cc141 ShapeTree<HloInstruction*> to_copy_tree(to->shape(), /*init_value=*/nullptr); in DeepCopyAndAddControlEdges() local
144 to->parent()->DeepCopyInstruction(to, &indices_to_copy, &to_copy_tree)); in DeepCopyAndAddControlEdges()
150 HloInstruction* to_copy = to_copy_tree.element(index); in DeepCopyAndAddControlEdges()