onnxruntime
[CoreML EP] Implement Unary & Reduce operators
#15532
Merged

[CoreML EP] Implement Unary & Reduce operators #15532

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

Login to write a write a comment.

Login via GitHub

Assignees
No one assigned
Labels
Milestone