Edward Chen
4901987d1d
Remove SafeInt dependency from Objective-C API. ( #13698 )
2022-11-18 17:06:12 -08:00
Changming Sun
efcbdac58e
Remove the cmake option: onnxruntime_DEV_MODE ( #13573 )
...
1. Remove the cmake option onnxruntime_DEV_MODE and replace it with
"--compile-no-warning-as-error"
2. Suppress some GSL warnings because now we treat nvcc diag warnings as
errors
2022-11-07 09:06:28 -08:00
Edward Chen
0696e2f0d4
[Objective-C API] Add script to assemble pod package files. ( #7958 )
...
Add a helper script for creating the Objective-C API pod package. It puts the necessary files and generates a podspec in a staging directory.
2021-06-07 19:16:39 -07:00
Edward Chen
ab973dce33
[Objective-C API] Enable CoreML EP ( #7914 )
...
Enable CoreML EP in Objective-C API.
2021-06-03 18:59:10 -07:00
Edward Chen
ab4b5055c7
[Objective-C API] Fixes from package testing and clean up ( #7866 )
2021-05-27 19:36:50 -07:00
Edward Chen
13622bae91
Add Apple log sink. ( #7820 )
...
Add a log sink for Apple platforms. This version uses NSLog().
2021-05-27 10:03:02 -07:00
Edward Chen
19704aedbb
Update Objective-C API ( #7675 )
...
- Add session/run configuration
- Add additional supported tensor data types
- Clean up
2021-05-13 18:47:22 -07:00
Edward Chen
830f0b45d0
Update Objective-C API ( #7567 )
...
Update Objective-C API to be more usable from Swift. E.g., to allow conversion from Objective-C methods with trailing NSError** parameter to throwing Swift methods.
Update CMake Objective-C framework setup.
2021-05-05 15:56:55 -07:00
Edward Chen
d21304ceb0
Initial Objective-C API ( #7366 )
...
Initial implementation of an Objective-C API.
2021-04-27 10:06:30 -07:00