[C++ API] Added missing antialiasing path in interpolation C++ api#84599
[C++ API] Added missing antialiasing path in interpolation C++ api#84599vfdev-5 wants to merge 1 commit intopytorch:masterfrom
Conversation
🔗 Helpful links
✅ No Failures (0 Pending)As of commit fddd25a (more details on the Dr. CI page): Expand to see more💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
7682159 to
fddd25a
Compare
|
@pytorchbot merge -g |
|
@pytorchbot successfully started a merge job. Check the current status here. |
Merge failedReason: This PR is too stale; the last push date was more than 3 days ago. Please rebase and try again. Details for Dev Infra teamRaised by workflow job |
|
@pytorchbot merge -f "This codepath is not frequently changed" |
|
@pytorchbot successfully started a merge job. Check the current status here. |
…84599) Description: Following #69318 (comment) adding missing bicubic path for anti-alias flag to C++ frontend. - #70930 - added tests in pytorch/test/cpp/api/functional.cpp Pull Request resolved: #84599 Approved by: https://github.com/kit1980, https://github.com/malfet
Description:
Following #69318 (comment) adding missing bicubic path for anti-alias flag to C++ frontend.
Added antialias flag to interpolate (CUDA, bilinear and bicubic) #70930
added tests in pytorch/test/cpp/api/functional.cpp