Searched refs:ElementIsSigned (Results 1 – 8 of 8) sorted by relevance
181 bool is_signed = ShapeUtil::ElementIsSigned(start_indices_array.GetShape()); in EmitDynamicUpdateSliceInPlace()233 bool is_signed = ShapeUtil::ElementIsSigned(start_indices->shape()); in EmitFusedDynamicUpdateSliceInPlaceImpl()
468 static bool ElementIsSigned(const Shape& shape);
338 /* static */ bool ShapeUtil::ElementIsSigned(const Shape& shape) { in ElementIsSigned() function in xla::ShapeUtil
1782 bool is_signed = ShapeUtil::ElementIsSigned(hlo->operand(1)->shape()); in EmitElementalDynamicSlice()1873 bool is_signed = ShapeUtil::ElementIsSigned(indices_shape); in EmitElementalGather()1943 bool is_signed = ShapeUtil::ElementIsSigned(start_hlo->shape()); in EmitElementalDynamicUpdateSlice()
285 } else if (ShapeUtil::ElementIsSigned(shape)) { in InferUnaryOpShape()320 if (!ShapeUtil::ElementIsSigned(shape) && in InferUnaryOpShape()
1035 if (ShapeUtil::ElementIsSigned(divide->shape())) { in TryDivideToShift()2942 if (ShapeUtil::ElementIsSigned(remainder->shape())) { in TryRemainderToAnd()
1612 bool root_is_signed = ShapeUtil::ElementIsSigned(root_shape); in MatchReductionGenerator()
135 if (ShapeUtil::ElementIsSigned(*shape)) { in operator >>()