Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dshape_tree.h291 const ShapeIndex& source_base_index,
686 const ShapeIndex& source_base_index, in CopySubtreeFrom() argument
690 ShapeUtil::GetSubshape(other.shape(), source_base_index))) in CopySubtreeFrom()
692 << ShapeUtil::GetSubshape(other.shape(), source_base_index); in CopySubtreeFrom()
693 ForEachMutableElement([this, &other, &source_base_index, &target_base_index]( in CopySubtreeFrom()
703 ShapeIndex source_index = source_base_index; in CopySubtreeFrom()