mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
### Description <!-- Describe your changes. --> Identified the cause for a `redefinition compilation error` happened in a react native expo app with ort-extensions enabled when running the ios side. Fix the include path now, so we can remove the temporary forward declaration in OnnxruntimeModule.mm file. ### 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. --> Fix implementation detail. --------- Co-authored-by: rachguo <rachguo@rachguos-Mini.attlocal.net> |
||
|---|---|---|
| .. | ||
| OnnxruntimeModule.xcodeproj | ||
| OnnxruntimeModule.xcworkspace | ||
| OnnxruntimeModuleTest | ||
| OnnxruntimeModule.h | ||
| OnnxruntimeModule.mm | ||
| Podfile | ||
| TensorHelper.h | ||
| TensorHelper.mm | ||