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 missing optional attribute in Squeeze operator #1505

Merged
merged 3 commits into from
Jul 26, 2019
Merged

Conversation

hariharans29
Copy link
Member

Description:
Squeeze operator supports cases where the axes attribute may be missing (as the attribute is optional per spec). This change removes that the strict enforcement that the optional attribute be present.

Motivation and Context
Resolve #1496

@hariharans29 hariharans29 requested a review from a team as a code owner July 26, 2019 00:00
@hariharans29 hariharans29 changed the title Make Squeeze operator support no axes attribute cases Support missing optional attribute in Squeeze operator Jul 26, 2019
@hariharans29 hariharans29 merged commit 6f538dc into master Jul 26, 2019
@hariharans29 hariharans29 deleted the squeezeFix branch July 26, 2019 18:16
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

Successfully merging this pull request may close these issues.

Squeeze requires axes attribute bug
3 participants