mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-16 21:00:14 +00:00
### 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> |
||
|---|---|---|
| .. | ||
| c | ||
| objectivec | ||
| __init__.py | ||
| assemble_ios_packaging_artifacts.sh | ||
| build_and_assemble_ios_pods.py | ||
| build_host_protoc.sh | ||
| build_ios_framework.py | ||
| coreml_supported_ops.md | ||
| default_full_ios_framework_build_settings.json | ||
| default_mobile_ios_framework_build_settings.json | ||
| default_training_ios_framework_build_settings.json | ||
| framework_info.json.template | ||
| get_simulator_device_info.py | ||
| ios_packaging.requirements.txt | ||
| package_assembly_utils.py | ||
| test_ios_packages.py | ||
| upload_pod_archive_and_update_podspec.sh | ||
| use_ios_pods_with_custom_build.md | ||