-
Notifications
You must be signed in to change notification settings - Fork 23k
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
[ONNX] Fix sum export with attribute keepdims (#59316) #60245
Conversation
Fix after b9bdb07. Improving previous fix on two aspects * Not only checks 0 on first dimension for empty tensor. * Do not assume empty tensor when shape is not accessible. Co-authored-by: BowenBao <bowbao@microsoft.com> [ghstack-poisoned]
💊 CI failures summary and remediationsAs of commit dd5d0b8 (more details on the Dr. CI page and at hud.pytorch.org/pr/60245): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 Preview docs built from this PR This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.Please report bugs/suggestions to the (internal) Dr. CI Users group. |
Fix after b9bdb07. Improving previous fix on two aspects * Not only checks 0 on first dimension for empty tensor. * Do not assume empty tensor when shape is not accessible. Co-authored-by: BowenBao <bowbao@microsoft.com> [ghstack-poisoned]
Fix after b9bdb07. Improving previous fix on two aspects * Not only checks 0 on first dimension for empty tensor. * Do not assume empty tensor when shape is not accessible. Co-authored-by: BowenBao <bowbao@microsoft.com> [ghstack-poisoned]
Fix after b9bdb07. Improving previous fix on two aspects * Not only checks 0 on first dimension for empty tensor. * Do not assume empty tensor when shape is not accessible. Co-authored-by: BowenBao <bowbao@microsoft.com> [ghstack-poisoned]
Fix after b9bdb07. Improving previous fix on two aspects * Not only checks 0 on first dimension for empty tensor. * Do not assume empty tensor when shape is not accessible. Co-authored-by: BowenBao <bowbao@microsoft.com> [ghstack-poisoned]
Fix after b9bdb07. Improving previous fix on two aspects * Not only checks 0 on first dimension for empty tensor. * Do not assume empty tensor when shape is not accessible. Co-authored-by: BowenBao <bowbao@microsoft.com> [ghstack-poisoned]
Fix after b9bdb07. Improving previous fix on two aspects * Not only checks 0 on first dimension for empty tensor. * Do not assume empty tensor when shape is not accessible. Co-authored-by: BowenBao <bowbao@microsoft.com> [ghstack-poisoned]
Fix after b9bdb07. Improving previous fix on two aspects * Not only checks 0 on first dimension for empty tensor. * Do not assume empty tensor when shape is not accessible. Co-authored-by: BowenBao <bowbao@microsoft.com> [ghstack-poisoned]
@SplitInfinity has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Fix after b9bdb07. Improving previous fix on two aspects * Not only checks 0 on first dimension for empty tensor. * Do not assume empty tensor when shape is not accessible. Co-authored-by: BowenBao <bowbao@microsoft.com> Differential Revision: [D29494917](https://our.internmc.facebook.com/intern/diff/D29494917) [ghstack-poisoned]
@SplitInfinity has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
@SplitInfinity merged this pull request in 4ccfa3f. |
Stack from ghstack:
Fix after b9bdb07. Improving previous fix on two aspects
Co-authored-by: BowenBao bowbao@microsoft.com
Differential Revision: D29494917