Skip to content

Add onnx ArgMin node #3285

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 1 commit into from
Jun 12, 2025
Merged

Add onnx ArgMin node #3285

merged 1 commit into from
Jun 12, 2025

Conversation

tye-singwa
Copy link
Contributor

Pull Request Template

Checklist

  • Confirmed that cargo run-checks command has been executed.
  • Made sure the book is up to date with changes in this PR.

Related Issues/PRs

#1714

Changes

Added ArgMin onnx node same way as ArgMax is implemented right now

Testing

Code covered with tests, including sample argmin.onnx

@tye-singwa tye-singwa force-pushed the onnx-arg-min branch 2 times, most recently from e8a9b28 to 9dd5cf2 Compare June 12, 2025 02:31
Copy link

codecov bot commented Jun 12, 2025

Codecov Report

Attention: Patch coverage is 96.80851% with 6 lines in your changes missing coverage. Please review.

Project coverage is 82.37%. Comparing base (cd232af) to head (ff2a053).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
crates/onnx-ir/src/node/argmin.rs 93.18% 6 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##             main    #3285    +/-   ##
========================================
  Coverage   82.36%   82.37%            
========================================
  Files         984      987     +3     
  Lines      125439   125627   +188     
========================================
+ Hits       103323   103490   +167     
- Misses      22116    22137    +21     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

@laggui laggui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Just missing the change in SUPPORTED-ONNX-OPS.md 🙂

/edit: ah and the merge conflicts with your other PR that was just merged

@tye-singwa
Copy link
Contributor Author

Thanks for checking, just rebased, added SUPPORTED-ONNX-OPS.md, missed it

@tye-singwa tye-singwa requested a review from laggui June 12, 2025 12:53
@laggui laggui merged commit 0f84161 into tracel-ai:main Jun 12, 2025
11 checks passed
@tye-singwa tye-singwa deleted the onnx-arg-min branch June 12, 2025 13:33
Helios113 pushed a commit to Helios113/burn that referenced this pull request Jul 1, 2025
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.

2 participants