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

feat: Make third-party/ExecuTorchLib's forward() accept multiple inputs #83

Merged
merged 25 commits into from
Feb 24, 2025

Conversation

chmjkb
Copy link
Contributor

@chmjkb chmjkb commented Jan 16, 2025

Description

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update (improves or adds clarity to existing documentation)

Tested on

  • iOS
  • Android

Testing instructions

Screenshots

Related issues

Checklist

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation accordingly
  • My changes generate no new warnings

Additional notes

@chmjkb chmjkb marked this pull request as draft January 16, 2025 12:33
@chmjkb chmjkb changed the title @chmjkb/ios etmodel multiple inputs feat: Update third-party/ExecuTorchLib so it accepts multiple inputs Jan 22, 2025
@chmjkb chmjkb marked this pull request as ready for review January 22, 2025 11:29
@chmjkb chmjkb requested review from NorbertKlockiewicz, mkopcins and jakmro and removed request for NorbertKlockiewicz January 22, 2025 11:48
@chmjkb chmjkb changed the title feat: Update third-party/ExecuTorchLib so it accepts multiple inputs feat: Make third-party/ExecuTorchLib's forward() accept multiple inputs Jan 22, 2025
@chmjkb chmjkb added the enhancement New feature or request label Jan 22, 2025
@chmjkb chmjkb requested a review from mkopcins January 28, 2025 10:40
@chmjkb chmjkb force-pushed the @chmjkb/ios-etmodel-multiple-inputs branch from 5f0e340 to 98c052f Compare February 24, 2025 09:07
@chmjkb chmjkb force-pushed the @chmjkb/ios-etmodel-multiple-inputs branch from 98c052f to 5e748b3 Compare February 24, 2025 10:08
@chmjkb chmjkb merged commit 985b8a0 into main Feb 24, 2025
2 checks passed
@chmjkb chmjkb deleted the @chmjkb/ios-etmodel-multiple-inputs branch February 24, 2025 10:51
@chmjkb chmjkb restored the @chmjkb/ios-etmodel-multiple-inputs branch February 24, 2025 10:51
jakmro pushed a commit that referenced this pull request Mar 5, 2025
…ts (#83)

## Description
This PR allows for passing and receiving multiple inputs from the native ET module. 

### Type of change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] Documentation update (improves or adds clarity to existing
documentation)

### Tested on
- [x] iOS
- [ ] Android

### Testing instructions
<!-- Provide step-by-step instructions on how to test your changes.
Include setup details if necessary. -->

### Screenshots
<!-- Add screenshots here, if applicable -->

### Related issues
<!-- Link related issues here using #issue-number -->

### Checklist
- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have updated the documentation accordingly
- [ ] My changes generate no new warnings

### Additional notes
<!-- Include any additional information, assumptions, or context that
reviewers might need to understand this PR. -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants