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
objectivec Objective-C Add Support to Create and Query String ORTValues (#16764) 2023-07-20 17:39:29 -07:00
__init__.py
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
build_host_protoc.sh
build_ios_framework.py
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
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
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
package_assembly_utils.py
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