Searched refs:ElementIsSigned (Results 1 – 8 of 8) sorted by relevance
127 bool is_signed = ShapeUtil::ElementIsSigned(start_indices_array.GetShape()); in EmitDynamicUpdateSliceInPlace()179 bool is_signed = ShapeUtil::ElementIsSigned(start_indices->shape()); in EmitFusedDynamicUpdateSliceInPlaceImpl()
455 static bool ElementIsSigned(const Shape& shape);
291 /* static */ bool ShapeUtil::ElementIsSigned(const Shape& shape) { in ElementIsSigned() function in xla::ShapeUtil
1838 bool is_signed = ShapeUtil::ElementIsSigned(hlo->operand(1)->shape()); in EmitElementalDynamicSlice()1929 bool is_signed = ShapeUtil::ElementIsSigned(indices_shape); in EmitElementalGather()1999 bool is_signed = ShapeUtil::ElementIsSigned(start_hlo->shape()); in EmitElementalDynamicUpdateSlice()
285 } else if (ShapeUtil::ElementIsSigned(shape)) { in InferUnaryOpShape()312 if (!ShapeUtil::ElementIsSigned(shape) && in InferUnaryOpShape()
868 if (ShapeUtil::ElementIsSigned(divide->shape())) { in TryDivideToShift()2470 if (ShapeUtil::ElementIsSigned(remainder->shape())) { in TryRemainderToAnd()
1424 bool root_is_signed = ShapeUtil::ElementIsSigned(root_shape); in MatchReductionGenerator()
96 if (ShapeUtil::ElementIsSigned(shape)) { in operator >>()