onnxruntime/objectivec
wejoncy 20a45dd67b
[CoreML ML Program] support acclerators selector (#22383)
### Description
For no, CoreML only support run mlmodels on CPU/ALL, However, sometimes
CPU_GPU would be faster a lot.

We support the option to select different hardware to boost performance
in this PR.



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

---------

Co-authored-by: Edward Chen <18449977+edgchen1@users.noreply.github.com>
2024-10-15 11:50:11 +08:00
..
docs
include [CoreML ML Program] support acclerators selector (#22383) 2024-10-15 11:50:11 +08:00
test
assert_arc_enabled.mm
cxx_api.h
cxx_utils.h
cxx_utils.mm
error_utils.h
error_utils.mm
format_objc.sh
ort_checkpoint.mm Fix Objective-C static analysis warnings. (#20417) 2024-04-24 11:48:29 -07:00
ort_checkpoint_internal.h
ort_coreml_execution_provider.mm [CoreML ML Program] support acclerators selector (#22383) 2024-10-15 11:50:11 +08:00
ort_enums.mm
ort_enums_internal.h
ort_env.mm
ort_env_internal.h
ort_session.mm Fix Objective-C static analysis warnings. (#20417) 2024-04-24 11:48:29 -07:00
ort_session_internal.h
ort_training_session.mm
ort_training_session_internal.h
ort_value.mm [objc] Add check for ORTValue being a tensor in ORTValue methods that should only be used with tensors. (#19946) 2024-03-18 08:54:24 -07:00
ort_value_internal.h
ort_xnnpack_execution_provider.mm
ReadMe.md

NOTE: Flat directory structure to work with both the Objective-C build and the Swift Package Manager build which is done via ../Package.swift