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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Decomposition for grid_sample op was added in #953 , grid sample op supports nearest and bilinear interpolation modes and with respect to input
Support is to be added for 5d input cases, currently only 4d support is available.
The text was updated successfully, but these errors were encountered: