Commit 415e3b0
authored
feat: port classification module to C++ (#363)
## Description
Port classification module to native C++ code.
### 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
- [x] Android
### Related issues
#255 #257
### Checklist
- [x] I have performed a self-review of my code
- [x] I have commented my code, particularly in hard-to-understand areas
- [ ] I have updated the documentation accordingly
- [x] My changes generate no new warnings1 parent beb7c38 commit 415e3b0
53 files changed
Lines changed: 169 additions & 1285 deletions
File tree
- apps/computer-vision/screens
- ios/libs
- packages/react-native-executorch
- android/src/main/java/com/swmansion/rnexecutorch
- models/classification
- common/rnexecutorch
- host_objects
- models
- classification
- image_segmentation
- style_transfer
- ios/RnExecutorch
- models/classification
- src
- hooks/computer_vision
- modules/computer_vision
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments