Searched refs:ConvertToShape (Results 1 – 4 of 4) sorted by relevance
679 hlo->literal().ConvertToShape(hlo->shape())); in ResolveConvertedConstants()
3198 pad_literal.ConvertToShape(reduce_init_value->shape()); in HandleReduceWindow()
235 StatusOr<Literal> ConvertToShape(const Shape& dest_shape) const;
1430 StatusOr<Literal> LiteralBase::ConvertToShape(const Shape& dest_shape) const { in ConvertToShape() function in xla::LiteralBase1439 element.ConvertToShape(ShapeUtil::GetSubshape(dest_shape, {i}))); in ConvertToShape()