Searched refs:ElementIsSigned (Results 1 – 3 of 3) sorted by relevance
381 static bool ElementIsSigned(const Shape& shape);
285 /* static */ bool ShapeUtil::ElementIsSigned(const Shape& shape) { in ElementIsSigned() function in xla::ShapeUtil
1347 bool root_is_signed = ShapeUtil::ElementIsSigned(root_shape); in MatchReductionGenerator()