Searched refs:ElementIsSigned (Results 1 – 8 of 8) sorted by relevance
181 bool is_signed = ShapeUtil::ElementIsSigned(start_indices_array.GetShape()); in EmitDynamicUpdateSliceInPlace()230 bool is_signed = ShapeUtil::ElementIsSigned(start_indices->shape()); in EmitFusedDynamicUpdateSliceInPlaceImpl()
416 static bool ElementIsSigned(const Shape& shape);
510 /* static */ bool ShapeUtil::ElementIsSigned(const Shape& shape) { in ElementIsSigned() function in xla::ShapeUtil
2076 bool is_signed = ShapeUtil::ElementIsSigned(hlo->operand(1)->shape()); in EmitElementalDynamicSlice()2178 bool is_signed = ShapeUtil::ElementIsSigned(indices_shape); in EmitElementalGather()2251 bool is_signed = ShapeUtil::ElementIsSigned(start_hlo->shape()); in EmitElementalDynamicUpdateSlice()
292 } else if (ShapeUtil::ElementIsSigned(shape)) { in InferUnaryOpShape()327 if (!ShapeUtil::ElementIsSigned(shape) && in InferUnaryOpShape()
1688 if (ShapeUtil::ElementIsSigned(divide->shape())) { in TryDivideToShift()4072 if (ShapeUtil::ElementIsSigned(remainder->shape())) { in TryRemainderToAnd()
1483 bool root_is_signed = ShapeUtil::ElementIsSigned(root_shape); in MatchReductionGenerator()
208 if (ShapeUtil::ElementIsSigned(*shape)) { in operator >>()