Skip to content

Add support onnx instance norm #3177

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

tye-singwa
Copy link
Contributor

@tye-singwa tye-singwa commented May 9, 2025

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

Adding InstanceNorm onnx support

Testing

Added tests for 1d, 2d and 3d

@tye-singwa tye-singwa marked this pull request as ready for review May 9, 2025 20:50
Copy link

codecov bot commented May 9, 2025

Codecov Report

Attention: Patch coverage is 99.71429% with 1 line in your changes missing coverage. Please review.

Project coverage is 82.19%. Comparing base (f18cb7f) to head (89bf199).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
crates/onnx-ir/src/node/instance_norm.rs 97.61% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3177      +/-   ##
==========================================
+ Coverage   82.14%   82.19%   +0.04%     
==========================================
  Files         956      962       +6     
  Lines      121842   122340     +498     
==========================================
+ Hits       100090   100559     +469     
- Misses      21752    21781      +29     

☔ 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.

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.

1 participant