HomeSort by relevance Sort by last modified time
    Searched refs:copy_leaf (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_computation.h 266 HloComputation* computation)>& copy_leaf);
443 HloComputation* computation)>& copy_leaf);
hlo_computation.cc 628 HloComputation* computation)>& copy_leaf) {
640 DeepCopyHelper(gte, index, copy_leaf));
654 return copy_leaf(instruction, *index, this);
675 auto copy_leaf = [indices_to_copy, copies_added]( local
690 return DeepCopyHelper(instruction, &index, copy_leaf);
697 HloComputation* computation)>& copy_leaf) {
704 return DeepCopyHelper(instruction, &index, copy_leaf);
    [all...]

Completed in 7325 milliseconds