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
Sprint on making sure all unsqueeze configs are supported in Bert.
These are the shape. Update the Status column for the shapes that are supported and add these shapes to unit test.
Should be with reshape, first try reshape on device, if that doesn't work then reshape.
The text was updated successfully, but these errors were encountered:
Seems to work with reshape. going to add Unsqueeze wrapper for reshape
Sorry, something went wrong.
ntarafdar
No branches or pull requests
Sprint on making sure all unsqueeze configs are supported in Bert.
These are the shape.
Update the Status column for the shapes that are supported and add these shapes to unit test.
aten.unsqueeze.default
int<> dim = 2
int<> dim = 1
Should be with reshape, first try reshape on device, if that doesn't work then reshape.
The text was updated successfully, but these errors were encountered: