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

added BatchApply #3634

Merged
merged 1 commit into from
Jan 22, 2024
Merged

added BatchApply #3634

merged 1 commit into from
Jan 22, 2024

Conversation

chiamp
Copy link
Collaborator

@chiamp chiamp commented Jan 20, 2024

Added BatchApply.

Resolves #3603. BatchApply functionality was also requested internally.

@codecov-commenter
Copy link

Codecov Report

Attention: 27 lines in your changes are missing coverage. Please review.

Comparison is base (93d3eb7) 56.33% compared to head (6454502) 56.25%.

Files Patch % Lines
flax/linen/batch_apply.py 27.02% 27 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3634      +/-   ##
==========================================
- Coverage   56.33%   56.25%   -0.09%     
==========================================
  Files         100      101       +1     
  Lines       12139    12177      +38     
==========================================
+ Hits         6839     6850      +11     
- Misses       5300     5327      +27     

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

@copybara-service copybara-service bot merged commit 77da09e into google:main Jan 22, 2024
19 checks passed
@chiamp chiamp deleted the batch_apply branch January 22, 2024 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to implement the same functionality as hk.BatchApply in flax
3 participants