REQUIRE_TRUE(a->isSameShape(b)&&a->isSameShape(x),0,"CONFIGURABLE_OP betainc: all three input arrays must have the same shapes, bit got a=%s, b=%s and x=%s instead !",ShapeUtils::shapeAsString(a).c_str(),ShapeUtils::shapeAsString(b).c_str(),ShapeUtils::shapeAsString(x).c_str());