Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_element_type_converter.cc91 const Shape& ele_shape = ShapeUtil::GetTupleElementShape(shape, i); in ConvertTupleElements() local
93 HloInstruction::CreateGetTupleElement(ele_shape, hlo, i)); in ConvertTupleElements()
95 CHECK(!ele_shape.IsTuple()); in ConvertTupleElements()
96 if (ele_shape.element_type() != to_ele_shape.element_type()) { in ConvertTupleElements()