Skip to content
New issue

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

Support for 5d inputs and nearest interpolation mode for grid_sample op #979

Open
meenakshiramanathan1 opened this issue Dec 28, 2024 · 0 comments

Comments

@meenakshiramanathan1
Copy link
Contributor

Decomposition for grid_sample op was added in #953 , grid sample op supports nearest and bilinear interpolation modes and with respect to input

For the 4-D case:

Input Shape: (N, C, H_in, W_in)
Grid Shape: (N, H_out, W_out, 2)

For the 5-D case:

Input Shape: (N, C, D_in, H_in, W_in)
Grid Shape: (N, D_out, H_out, W_out, 3)

Support is to be added for 5d input cases, currently only 4d support is available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant