codeislife99 opened a new pull request #7397: URL: https://github.com/apache/tvm/pull/7397
This PR fixes a bug in bilinear interpolation which was causing wrong output with deformable convolutions from frameworks. The "bug" occurs when one or more the interpolation index(y, x) is outside one or more of the boundary points(y_max, x_max), but within (y_max + 1, x_max + 1). In the current implementation both interpolation source points are on the boundary. In the corrected version, the first point is on the boundary and the second point value is 0. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
