Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_element_type_converter.cc94 const Shape& to_ele_shape = ShapeUtil::GetTupleElementShape(to_shape, i); in ConvertTupleElements() local
96 if (ele_shape.element_type() != to_ele_shape.element_type()) { in ConvertTupleElements()
98 HloInstruction::CreateConvert(to_ele_shape, element)); in ConvertTupleElements()