Searched refs:ele_shape (Results 1 – 1 of 1) sorted by relevance
91 const Shape& ele_shape = ShapeUtil::GetTupleElementShape(shape, i); in ConvertTupleElements() local93 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()