We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
As I have discussed in #20138 , this function is not supported in ivy api and cannot be simply achieved by using conv2d. Achieve example: https://github.com/oeway/pytorch-deform-conv If backend function supports that, it would usually use a specific low-level operation (such as a cuda operator), see: https://pytorch.org/vision/stable/_modules/torchvision/ops/deform_conv.html#deform_conv2d https://www.mindspore.cn/docs/en/master/_modules/mindspore/ops/function/nn_func.html#deformable_conv2d
So, I think we should not include this function unless we have an ivy api for this operation.
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: