Skip to content

Support missing optional attribute in Squeeze operator - #1505

Merged
Hariharan Seshadri (hariharans29) merged 3 commits into
masterfrom
squeezeFix
Jul 26, 2019
Merged

Support missing optional attribute in Squeeze operator#1505
Hariharan Seshadri (hariharans29) merged 3 commits into
masterfrom
squeezeFix

Conversation

@hariharans29

Copy link
Copy Markdown
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 Hariharan Seshadri (hariharans29) changed the title Make Squeeze operator support no axes attribute cases Support missing optional attribute in Squeeze operator Jul 26, 2019
Comment thread onnxruntime/core/providers/cpu/tensor/squeeze.h
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