Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dlayout_assignment.cc809 std::vector<HloInstruction*> element_copies; in CreateCopyWithNewLayout() local
822 element_copies.push_back(gte); in CreateCopyWithNewLayout()
828 element_copies.push_back(element_copy); in CreateCopyWithNewLayout()
833 HloInstruction::CreateTuple(element_copies)); in CreateCopyWithNewLayout()