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

Add BOOL to ReduceMax/Min #5539

Merged
merged 20 commits into from
Sep 1, 2023
Merged

Conversation

justinchuby
Copy link
Contributor

@justinchuby justinchuby commented Aug 29, 2023

Description

Add BOOL as a support dtype to ReduceMin and ReduceMax

  • Update the opset in defs.cc
  • Move the old definition of old.cc
  • Add the operator to onnx/defs/operator_sets.h
  • Create node tests
  • Create reference implementation: Nothing needs to be done it seems
  • Update version converter
  • Create shape inference and checker tests
  • Build docs

Motivation and Context

Fixes #5452

@justinchuby justinchuby added this to the 1.15 milestone Aug 29, 2023
@justinchuby justinchuby added the auto update doc Generate md/proto files automatically using the CI pipeline label Aug 31, 2023
Signed-off-by: Justin Chu <justinchu@microsoft.com>
Signed-off-by: Justin Chu <justinchu@microsoft.com>
Signed-off-by: Justin Chu <justinchu@microsoft.com>
Signed-off-by: Justin Chu <justinchu@microsoft.com>
Signed-off-by: Justin Chu <justinchu@microsoft.com>
Signed-off-by: Justin Chu <justinchu@microsoft.com>
Signed-off-by: Justin Chu <justinchu@microsoft.com>
Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com>
@justinchuby justinchuby marked this pull request as ready for review August 31, 2023 03:37
@justinchuby justinchuby requested review from a team as code owners August 31, 2023 03:37
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@justinchuby

This comment was marked as resolved.

@justinchuby

This comment was marked as resolved.

justinchuby and others added 2 commits August 31, 2023 04:36
Signed-off-by: Justin Chu <justinchu@microsoft.com>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@justinchuby

This comment was marked as resolved.

onnx/version_converter/convert.h Outdated Show resolved Hide resolved
onnx/version_converter/convert.h Outdated Show resolved Hide resolved
justinchuby and others added 4 commits August 31, 2023 07:20
Co-authored-by: Chun-Wei Chen <jacky82226@gmail.com>
Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com>
Signed-off-by: Justin Chu <justinchu@microsoft.com>
Signed-off-by: Justin Chu <justinchu@microsoft.com>
Signed-off-by: Justin Chu <justinchu@microsoft.com>
Signed-off-by: Justin Chu <justinchu@microsoft.com>
Signed-off-by: Justin Chu <justinchu@microsoft.com>
@justinchuby justinchuby added the review needed: operators approvers Require reviews from members of operators-approvers label Sep 1, 2023
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@justinchuby justinchuby added operator Issues related to ONNX operators and removed auto update doc Generate md/proto files automatically using the CI pipeline labels Sep 1, 2023
@justinchuby justinchuby removed the review needed: operators approvers Require reviews from members of operators-approvers label Sep 1, 2023
@gramalingam gramalingam added this pull request to the merge queue Sep 1, 2023
Merged via the queue into onnx:main with commit 6caf35e Sep 1, 2023
35 checks passed
corwinjoy pushed a commit to corwinjoy/onnx that referenced this pull request Sep 5, 2023
### Description

Add BOOL as a support dtype to ReduceMin and ReduceMax

- [x] Update the opset in `defs.cc`
- [x] Move the old definition of `old.cc`
- [x] Add the operator to `onnx/defs/operator_sets.h`
- [x] Create node tests
- [x] Create reference implementation: Nothing needs to be done it seems
- [x] Update version converter
- [x] ~Create shape inference and checker tests~
- [x] Build docs

### Motivation and Context

Fixes onnx#5452

---------

Signed-off-by: Justin Chu <justinchu@microsoft.com>
Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chun-Wei Chen <jacky82226@gmail.com>
Signed-off-by: Corwin Joy <corwinjoy@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
operator Issues related to ONNX operators
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature request] Add BOOL support for ReduceMin/Max
4 participants