onnxruntime/onnxruntime/test/providers
wejoncy 86870114eb
[CoreML] support coreml model cache (#23065)
### Description
Refactor compute plan profiling

Support cache coreml model to speed up session initialization. this is
only support by user provided entry and user responsible to manage the
cache


With the cache, session initialization time can be reduced by 50% or
more:
|model| before| after|
|--|--|--|
|yolo11.onnx| 0.6s|0.1s|
|yolo11-fp16.onnx|1.8s|0.1s|


### 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: wejoncy <wejoncy@.com>
Co-authored-by: Scott McKay <skottmckay@gmail.com>
2024-12-31 09:29:41 +08:00
..
azure
cann
coreml [CoreML] support coreml model cache (#23065) 2024-12-31 09:29:41 +08:00
cpu gather elements webgpu implementation (#23137) 2024-12-18 16:29:26 -08:00
cuda Revert DML pipeline changes (#23135) 2024-12-18 10:42:10 -08:00
dnnl Fix typos according to reviewdog report. (#21335) 2024-07-22 13:37:32 -07:00
internal_testing [ROCm] Python 3.10 in ROCm CI, and ROCm 6.2.3 in MigraphX CI (#22527) 2024-10-25 11:47:16 -07:00
migraphx
nnapi
qnn [QNN] ReduceL2 Support (#22636) 2024-11-28 10:09:13 +08:00
rknpu
tensorrt [TensorRT EP] Use TRT/CUDA/ORT version from runtime instead of build time to generate hash value (#22921) 2024-12-03 21:58:43 -08:00
xnnpack Integrate onnx 1.17.0 (#21897) 2024-12-24 09:02:02 -08:00
base_tester.cc Revert DML pipeline changes (#23135) 2024-12-18 10:42:10 -08:00
base_tester.h
checkers.cc [Running CI] Update TensorRT to 10.4 (#22049) 2024-09-26 11:10:52 -07:00
checkers.h
compare_provider_test_utils.cc Revert DML pipeline changes (#23135) 2024-12-18 10:42:10 -08:00
compare_provider_test_utils.h
get_execution_providers_test.cc
kernel_compute_test_utils.cc Reduce default logger usage (#23030) 2024-12-10 12:54:14 +11:00
kernel_compute_test_utils.h
memcpy_test.cc Introduce custom external data loader (#21634) 2024-08-27 12:18:52 -07:00
model_tester.h
op_kernel_type_control_test.cc
op_tester.cc
op_tester.h
partitioning_utils_test.cc Reduce default logger usage (#23030) 2024-12-10 12:54:14 +11:00
provider_test_utils.h
run_options_config_keys.h
tester_types.h