onnxruntime/include/onnxruntime/core
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
..
common Update ruff and clang-format versions (#21479) 2024-07-24 11:50:11 -07:00
eager Fix typos - 1st Wave (#21278) 2024-07-11 13:35:08 +08:00
framework Update ruff and clang-format versions (#21479) 2024-07-24 11:50:11 -07:00
graph CoreML: Aggregated changes to add all required ops for priority model (#21472) 2024-07-26 08:29:33 +10:00
optimizer add transform part of the dq matmul tool chain (#21374) 2024-07-19 22:55:15 -07:00
platform Update ruff and clang-format versions (#21479) 2024-07-24 11:50:11 -07:00
providers Update ruff and clang-format versions (#21479) 2024-07-24 11:50:11 -07:00
session Update ruff and clang-format versions (#21479) 2024-07-24 11:50:11 -07:00