Searched refs:ElementCanUpcast (Results 1 – 3 of 3) sorted by relevance
54 return ShapeUtil::ElementCanUpcast(inferred_shape, instruction->shape()); in InstructionMatchesPattern()
817 static bool ElementCanUpcast(const Shape& from, const Shape& to);
1735 /*static*/ bool ShapeUtil::ElementCanUpcast(const Shape& from, in ElementCanUpcast() function in xla::ShapeUtil