[CoreML EP] Implement Unary & Reduce operators #15532
[CoreML EP] Add support for LeakyReLU activation layers
3d12f5d5
Follow up on https://github.com/YUNQIUGUO's suggestion
198de7cb
Merge branch 'microsoft:main' into main
f8de047d
[CoreML EP] Add support for Mul, Pow, Sqrt, Reciprocal, ReduceSum, Re…
fc0cb0e3
Merge remote-tracking branch 'origin/main'
1605d47b
hMerge branch 'main' of https://github.com/ShukantPal/onnxruntime
b425c692
Merge branch 'microsoft:main' into main
b3656845
Update onnxruntime/core/providers/coreml/builders/helper.cc
8d5f3942
Merge branch 'microsoft:main' into main
9ffd91f9
Merge remote-tracking branch 'origin/main'
94002ef2
Merge branch 'main' of https://github.com/ShukantPal/onnxruntime
89335a15
Remove [[nodiscard]] from AddToModelBuilderImpl
2ad308c7
Handle noop_with_empty_axes for ReduceSum and ReduceMean
c118612a
Handle latest opset for reduction, with axes in constant initializers
d81db0c5
Remove [[nodiscard]] in UnaryOpBuilder
833157bd
Update documentation
da916e49
Update onnxruntime/core/providers/coreml/builders/impl/reduction_op_b…
7f360bb9
Update onnxruntime/core/providers/coreml/builders/impl/reduction_op_b…
c4762e3d
Follow up on @edgchen1's suggestions
e5ba1577
Use size() check over Exists()
29bad50c
[CoreML EP] Add support for Mul, Pow, Sqrt, Reciprocal, ReduceSum, Re…
55c035c4
Update onnxruntime/core/providers/coreml/builders/helper.cc
9f0b484c
Remove [[nodiscard]] from AddToModelBuilderImpl
4a1f4621
Handle noop_with_empty_axes for ReduceSum and ReduceMean
8f8c53c9
Handle latest opset for reduction, with axes in constant initializers
550d14b6
Remove [[nodiscard]] in UnaryOpBuilder
665b159e
Update documentation
1b998d29
Update onnxruntime/core/providers/coreml/builders/impl/reduction_op_b…
60c29dea
Update onnxruntime/core/providers/coreml/builders/impl/reduction_op_b…
535801d0
Follow up on @edgchen1's suggestions
dadccd13
Use size() check over Exists()
cd67eda9
Update onnxruntime/core/providers/coreml/builders/impl/reduction_op_b…
f61a13e7
[CoreML EP] Add support for Mul, Pow, Sqrt, Reciprocal, ReduceSum, Re…
e94cfd39
ShukantPal
force pushed
from
909f8816
to
e94cfd39
2 years ago
Use initializer to copy axes tensor into vector
ed8dee56
Fix formatting for coreml_supported_ops.md
b42cc78d
Rearrange #ifdef for @edgchen1
1882b991
Update onnxruntime/core/providers/coreml/builders/helper.cc
a45e8110
Update onnxruntime/core/providers/coreml/builders/impl/reduction_op_b…
42293fcd
Merge branch 'main' of https://github.com/ShukantPal/onnxruntime
9a306e85
Merge branch 'microsoft:main' into main
8e1b5bd2
Merge branch 'main' of https://github.com/ShukantPal/onnxruntime
3b82b603
Patch existing unit tests
5fd93516
Implement unit tests for ReduceMean op with axes as initializers
13a2d9fc
Double space leading comment spaces for clangformat
b5b83eb2
Supress DNNL, TensorRT, and OpenVINO EPs in new ReduceMean tests like…
8fc0172d
Run lintrunner on Windows
44dbebdf
Disable ReduceMean to pass tests
26da6f1a
Update tools/ci_build/github/apple/coreml_supported_ops.md
87d720cc
Patch flatten_op_builder axis retrieval and re-enable ReduceMean
51d2e357
Assignees
No one assigned
Login to write a write a comment.
Login via GitHub