Skip to content

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

Merged
chmjkb merged 25 commits intomainfrom
@chmjkb/ios-etmodel-multiple-inputs
Feb 24, 2025
Merged

feat: Make third-party/ExecuTorchLib's forward() accept multiple inputs#83
chmjkb merged 25 commits intomainfrom
@chmjkb/ios-etmodel-multiple-inputs

Conversation

@chmjkb
Copy link
Copy Markdown
Collaborator

@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, jakmro and mkopcins 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
Comment thread android/src/main/java/com/swmansion/rnexecutorch/utils/ArrayUtils.kt Outdated
Comment thread src/useModule.ts Outdated
Comment thread src/useModule.ts
Comment thread third-party/ios/ExecutorchLib/ExecutorchLib/Utils.hpp Outdated
Comment thread third-party/ios/ExecutorchLib/ExecutorchLib/Exported/ETModel.mm
Comment thread src/types/common.ts Outdated
@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
@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. -->
@mkopcins mkopcins deleted the @chmjkb/ios-etmodel-multiple-inputs branch October 14, 2025 14:00
mkopcins pushed a commit that referenced this pull request Oct 15, 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

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants