mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
### Description
Support Float16 for CoreML MLProgram EP.
Operations:
"Add", "Mul", "Sub", "Div", "Pow", "Sqrt", "Reciprocal",
"Sigmoid", "Tanh", "Relu", "LeakyRelu", "Concat", "GridSample",
"GlobalAveragePool",
"Clip", "DepthToSpace", "Resize", "Slice", "Conv",
"ConvTranspose", "GlobalMaxPool", "Gemm", "MatMul",
"AveragePool", "MaxPool", "Reshape", "Split", "Transpose"
### 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: Scott McKay <skottmckay@gmail.com>
|
||
|---|---|---|
| .. | ||
| c | ||
| ios_packaging | ||
| objectivec | ||
| __init__.py | ||
| assemble_apple_packaging_artifacts.sh | ||
| build_and_assemble_apple_pods.py | ||
| build_apple_framework.py | ||
| coreml_supported_mlprogram_ops.md | ||
| 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 | ||
| 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 | ||