onnxruntime/tools/ci_build/github/apple
Rachel Guo 62f00ad8e7
[CoreML] Add Softmax and Split op support (#18358)
### Description
<!-- Describe your changes. -->

As title.

### 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. -->

Added for yolov8 model missing operator support.
https://github.com/microsoft/onnxruntime/issues/17654

Now the model support info looks like:
 
_CoreMLExecutionProvider::GetCapability, number of partitions supported
by CoreML: 3 number of nodes in the graph: 233 number of nodes supported
by CoreML: 230_

(only missing 3 concat op support due to input 3d shape is not currently
support in CoreML EP Concat).

---------

Co-authored-by: rachguo <rachguo@rachguos-Mini.attlocal.net>
Co-authored-by: rachguo <rachguo@rachguos-Mac-mini.local>
Co-authored-by: Edward Chen <18449977+edgchen1@users.noreply.github.com>
2023-11-23 14:26:57 -08:00
..
c Enable iOS packaging for training (#16525) 2023-07-05 13:27:59 -07:00
objectivec Objective-C Add Support to Create and Query String ORTValues (#16764) 2023-07-20 17:39:29 -07:00
__init__.py [iOS Packaging] Add full ORT build iOS package. (#10626) 2022-02-28 15:39:07 -08:00
assemble_ios_packaging_artifacts.sh [ios] Enable training package in packaging pipeline (#16683) 2023-07-19 19:55:00 -07:00
build_and_assemble_ios_pods.py Bump ruff in CI (#15533) 2023-04-17 10:11:44 -07:00
build_host_protoc.sh Remove protobuf submodule (#15190) 2023-03-27 10:35:49 -07:00
build_ios_framework.py Adopt linrtunner as the linting tool - take 2 (#15085) 2023-03-24 15:29:03 -07:00
coreml_supported_ops.md [CoreML] Add Softmax and Split op support (#18358) 2023-11-23 14:26:57 -08:00
default_full_ios_framework_build_settings.json [ios] Enable training package in packaging pipeline (#16683) 2023-07-19 19:55:00 -07:00
default_mobile_ios_framework_build_settings.json Fix some build issues on MacOS with Xcode 14.3. (#15878) 2023-06-07 12:07:11 -07:00
default_training_ios_framework_build_settings.json [ios] Enable training package in packaging pipeline (#16683) 2023-07-19 19:55:00 -07:00
framework_info.json.template Add iOS/macOS static framework (#8357) 2021-07-14 16:39:17 -07:00
get_simulator_device_info.py [iOS] Add script to get simulator device info. (#17012) 2023-08-08 09:04:06 -07:00
ios_packaging.requirements.txt Add iOS packaging pipeline (#8264) 2021-07-02 06:21:59 -07:00
package_assembly_utils.py Enable iOS packaging for training (#16525) 2023-07-05 13:27:59 -07:00
test_ios_packages.py [iOS] Add script to get simulator device info. (#17012) 2023-08-08 09:04:06 -07:00
upload_pod_archive_and_update_podspec.sh Update upload_pod_archive_and_update_podspec.sh to take path pattern (#16810) 2023-07-25 08:55:31 -07:00
use_ios_pods_with_custom_build.md [iOS] Facilitate usage of pods with custom builds (#9216) 2021-09-30 08:44:00 -07:00