mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-02 03:55:34 +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>
|
||
|---|---|---|
| .. | ||
| include | ||
| compare_ortvalue.cc | ||
| default_providers.cc | ||
| file_util.cc | ||
| scoped_env_vars.cc | ||
| temp_dir.cc | ||
| tensors_from_file.cc | ||
| test_allocator.cc | ||
| test_environment.cc | ||
| test_random_seed.cc | ||
| test_utils.cc | ||