[rn] Add support for loading model from buffer on iOS #13802
Merged
Conversation
commit 9184e1df3037511ab9fe0fcc7cd8224a521d6c81 Merge: 29bf897 4128e44 Author: rachguo <rachguo@rachguos-Mini.attlocal.net> Date: Thu Dec 1 02:17:13 2022 -0800 Merge remote-tracking branch 'origin/main' into yguo/ios-load-buffer-rn commit 29bf897 Author: rachguo <rachguo@rachguos-Mini.attlocal.net> Date: Thu Dec 1 02:12:46 2022 -0800 update and save commit bc2dd95 Author: rachguo <rachguo@rachguos-Mini.attlocal.net> Date: Wed Nov 30 18:55:46 2022 -0800 update tests commit 35dd527 Author: rachguo <rachguo@rachguos-Mac-mini.local> Date: Wed Nov 30 10:47:51 2022 -0800 fix commit f01f740 Author: rachguo <rachguo@rachguos-Mac-mini.local> Date: Tue Nov 29 17:28:13 2022 -0800 update commit b0cec33 Author: rachguo <rachguo@rachguos-Mac-mini.local> Date: Tue Nov 29 14:47:19 2022 -0800 wip commit 63e6a9c Author: rachguo <rachguo@rachguos-Mac-mini.local> Date: Tue Nov 29 10:31:20 2022 -0800 add backend/binding files for now commit 4dd226a Author: rachguo <rachguo@rachguos-Mini.attlocal.net> Date: Mon Nov 28 18:46:05 2022 -0800 save implementation commit 1dd0b81 Author: Rachel Guo <guorachel@microsoft.com> Date: Mon Nov 21 18:09:47 2022 -0800 wip 1
skottmckay
reviewed
Dec 12, 2022
js/react_native/ios/OnnxruntimeModuleTest/OnnxruntimeModuleTest.mm
Outdated
Show resolved
Hide resolved
skottmckay
reviewed
Dec 20, 2022
js/react_native/ios/OnnxruntimeModuleTest/OnnxruntimeModuleTest.mm
Outdated
Show resolved
Hide resolved
…yguo/ios-load-buffer-rn_PR
…yguo/ios-load-buffer-rn_PR
…yguo/ios-load-buffer-rn_PR
skottmckay
previously approved these changes
Apr 27, 2023
skottmckay
approved these changes
Apr 29, 2023
ShukantPal
pushed a commit
to ShukantPal/onnxruntime
that referenced
this pull request
May 7, 2023
### Description <!-- Describe your changes. --> -Add support for loading model from buffer on iOS -Update OnnxruntimeModuleTest to use updated loadModelFromBuffer Based on microsoft#12676 ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> Issue: microsoft#12500 --------- Co-authored-by: rachguo <rachguo@rachguos-Mini.attlocal.net> Co-authored-by: rachguo <rachguo@rachguos-Mac-mini.local>
siweic0
pushed a commit
to siweic0/onnxruntime-web
that referenced
this pull request
May 9, 2024
### Description <!-- Describe your changes. --> -Add support for loading model from buffer on iOS -Update OnnxruntimeModuleTest to use updated loadModelFromBuffer Based on microsoft#12676 ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> Issue: microsoft#12500 --------- Co-authored-by: rachguo <rachguo@rachguos-Mini.attlocal.net> Co-authored-by: rachguo <rachguo@rachguos-Mac-mini.local>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
-Add support for loading model from buffer on iOS
-Update OnnxruntimeModuleTest to use updated loadModelFromBuffer
Based on #12676
Motivation and Context
Issue: #12500