-
Notifications
You must be signed in to change notification settings - Fork 53
Rename pool2d MLRoundingType - Simplify the operand layout support of conv2d and pooling 2d operations #770
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
Merged
Merged
Changes from 22 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
3c9dd92
Remove pool2d MLRoundingType
fdwr ce04478
Merge with main
fdwr fdde61f
Delete lingering rounding type field definition
fdwr 2e35d5d
Bikeshed warnings
fdwr 8761da5
Make outputSizes required
fdwr 9a6bc2e
Merge with main
fdwr 84d78fe
Nit extra space after required
fdwr 54aacac
Revert required dictionary since it causes bikeshed errors
fdwr b330e18
Merge branch 'main' into pool2dNoMLRoundingType
fdwr 7a75fb9
Make options required
fdwr cc91b22
Merge branch 'main' into pool2dNoMLRoundingType
fdwr 01706bd
Merge branch 'main' into pool2dNoMLRoundingType
fdwr e4703cf
Merge branch 'main' into pool2dNoMLRoundingType
fdwr 4f4b6cf
Updates from review
fdwr 4439418
Add spec:infra to link-defaults
fdwr a78e74e
Remove optional from MLPool2dOptions
fdwr 58436c6
Remove stale algorithm steps after merge
fdwr 973acb1
Reformat instanceNormalization IDL snippet due to weirdly appearing o…
fdwr 8eb98f2
Add line numbers to linter
fdwr bc09e99
Extend line numbers to other parts, and show final message if everyth…
fdwr de2631c
Restore MLRoundingType
fdwr 5115a74
Ningxin's feedback
fdwr 2ee210e
Indent calculatedOutput size check
fdwr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And this line should also indent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
True. I was thinking it would just fall through safely, but it's unnecessary to check this condition because we already know that
calculating conv2d output sizes
computing legal sizes.