onnxruntime/tools/ci_build/github/apple
Scott McKay b0e1f7f798
CoreML: Aggregated changes to add all required ops for priority model (#21472)
### Description
<!-- Describe your changes. -->
Add these changes to one PR to simplify checkin
- Add Concat (#21423)
- Add DepthToSpace (#21426)
- Add LeakyRelu (#21453)
- Add test scripts (#21427)
- Add ability to set coreml flags from python (#21434)


Other changes
- updated partitioning utils to support dropping constant initializers
from a ComputeCapability's inputs.
- noticed that the list of inputs to the coreml model was unexpectedly
long due to this
- we copy constant initializers to a CoreML model so don't need the
originals, and if they remain as inputs ORT can't free them as they
appear to be in use.

### 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. -->
2024-07-26 08:29:33 +10:00
..
c
objectivec
__init__.py
assemble_apple_packaging_artifacts.sh
build_and_assemble_apple_pods.py
build_apple_framework.py
coreml_supported_mlprogram_ops.md CoreML: Aggregated changes to add all required ops for priority model (#21472) 2024-07-26 08:29:33 +10:00
coreml_supported_neuralnetwork_ops.md
default_full_apple_framework_build_settings.json
default_full_ios_framework_build_settings.json
default_training_ios_framework_build_settings.json
default_vision_os_framework_build_settings.json
framework_info.json.template
get_simulator_device_info.py
ios_packaging.requirements.txt
package_assembly_utils.py
package_release_tasks.py
test_apple_packages.py
test_ios_framework_build_settings.json
test_minimal_training_ios_simulator_framework_build_settings.json
use_ios_pods_with_custom_build.md