Searched refs:ElementIsSigned (Results 1 – 9 of 9) sorted by relevance
25 ShapeUtil::ElementIsSigned(hlo->shape()) == in IsUpcastConvert()26 ShapeUtil::ElementIsSigned(hlo->operand(0)->shape()) && in IsUpcastConvert()
1885 bool is_signed = ShapeUtil::ElementIsSigned(hlo->operand(1)->shape()); in EmitElementalDynamicSlice()1985 bool is_signed = ShapeUtil::ElementIsSigned(indices_shape); in EmitElementalGather()2058 bool is_signed = ShapeUtil::ElementIsSigned(start_hlo->shape()); in EmitElementalDynamicUpdateSlice()
311 } else if (ShapeUtil::ElementIsSigned(shape)) { in InferUnaryOpShape()346 if (!ShapeUtil::ElementIsSigned(shape) && in InferUnaryOpShape()
1473 if (ShapeUtil::ElementIsSigned(divide->shape())) { in TryDivideToShift()3183 if (ShapeUtil::ElementIsSigned(x->shape()) && in HandleCompare()3697 if (ShapeUtil::ElementIsSigned(remainder->shape())) { in TryRemainderToAnd()
181 bool is_signed = ShapeUtil::ElementIsSigned(start_indices_array.GetShape()); in EmitDynamicUpdateSliceInPlace()230 bool is_signed = ShapeUtil::ElementIsSigned(start_indices->shape()); in EmitFusedDynamicUpdateSliceInPlaceImpl()
448 /* static */ bool ShapeUtil::ElementIsSigned(const Shape& shape) { in ElementIsSigned() function in xla::ShapeUtil1738 ElementIsSigned(from) == ElementIsSigned(to) && in ElementCanUpcast()
517 static bool ElementIsSigned(const Shape& shape);
1389 bool root_is_signed = ShapeUtil::ElementIsSigned(root_shape); in MatchReductionGenerator()
210 if (ShapeUtil::ElementIsSigned(*shape)) { in operator >>()