Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation.cc756 HloComputation* computation)>& copy_leaf) { in DeepCopyHelper() argument
768 DeepCopyHelper(gte, index, copy_leaf)); in DeepCopyHelper()
782 return copy_leaf(instruction, *index, this); in DeepCopyHelper()
803 auto copy_leaf = [indices_to_copy, copies_added]( in DeepCopyInstruction() local
818 return DeepCopyHelper(instruction, &index, copy_leaf); in DeepCopyInstruction()
825 HloComputation* computation)>& copy_leaf) { in DeepCopyInstructionWithCustomCopier() argument
832 return DeepCopyHelper(instruction, &index, copy_leaf); in DeepCopyInstructionWithCustomCopier()
Dhlo_computation.h307 HloComputation* computation)>& copy_leaf);
522 HloComputation* computation)>& copy_leaf);