Skip to content

[CoreML ] ML Program more operators support [3/N]#22710

Merged
wejoncy merged 20 commits into
mainfrom
jicwen/coreml_ops
Nov 28, 2024
Merged

[CoreML ] ML Program more operators support [3/N]#22710
wejoncy merged 20 commits into
mainfrom
jicwen/coreml_ops

Conversation

@wejoncy
Copy link
Copy Markdown
Contributor

@wejoncy wejoncy commented Nov 4, 2024

Description

  • Erf
  • Round
  • Max
  • ReduceMax
  • ReduceMean
  • ReduceSum
  • Unsqueeze
  • Squeeze
  • Softmax

Motivation and Context

@wejoncy wejoncy requested a review from skottmckay November 4, 2024 08:33
@wejoncy wejoncy marked this pull request as ready for review November 4, 2024 08:33
@wejoncy wejoncy changed the title [CoreML ] ML Program more operators support [CoreML ] ML Program more operators support [3/N] Nov 4, 2024
Comment thread onnxruntime/core/providers/coreml/builders/impl/binary_op_builder.cc Outdated
Comment thread onnxruntime/core/providers/coreml/builders/impl/reduction_op_builder.cc Outdated
Comment thread onnxruntime/core/providers/coreml/builders/impl/reduction_op_builder.cc Outdated
Comment thread onnxruntime/core/providers/coreml/builders/impl/shape_op_builder.cc Outdated
Comment thread onnxruntime/core/providers/coreml/builders/impl/squeeze_op_builder.cc Outdated
Comment thread onnxruntime/core/providers/coreml/builders/impl/squeeze_op_builder.cc Outdated
Comment thread onnxruntime/core/providers/coreml/builders/impl/squeeze_op_builder.cc Outdated
Comment thread onnxruntime/core/providers/coreml/builders/impl/softmax_op_builder.cc Outdated
Comment thread onnxruntime/core/providers/cpu/tensor/unsqueeze.h
Comment thread onnxruntime/core/providers/coreml/builders/impl/binary_op_builder.cc Outdated
Comment thread onnxruntime/core/providers/coreml/builders/impl/binary_op_builder.cc Outdated
Comment thread onnxruntime/core/providers/coreml/builders/impl/shape_op_builder.cc Outdated
Comment thread onnxruntime/core/providers/coreml/builders/impl/squeeze_op_builder.cc Outdated
wejoncy and others added 2 commits November 21, 2024 17:43
wejoncy and others added 2 commits November 22, 2024 10:36
…der.cc

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Comment thread onnxruntime/core/providers/coreml/builders/impl/binary_op_builder.cc Outdated
Comment thread onnxruntime/core/providers/coreml/builders/impl/shape_op_builder.cc Outdated
skottmckay
skottmckay previously approved these changes Nov 25, 2024
@wejoncy wejoncy requested a review from skottmckay November 27, 2024 01:28
Comment thread onnxruntime/core/providers/coreml/builders/impl/clip_op_builder.cc
@wejoncy wejoncy merged commit a24723d into main Nov 28, 2024
@wejoncy wejoncy deleted the jicwen/coreml_ops branch November 28, 2024 01:21
guschmue pushed a commit that referenced this pull request Dec 2, 2024
### Description
- Erf
- Round
- Max
- ReduceMax
- ReduceMean
- ReduceSum
- Unsqueeze
- Squeeze
- Softmax



### 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>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
ankitm3k pushed a commit to intel/onnxruntime that referenced this pull request Dec 11, 2024
### Description
- Erf
- Round
- Max
- ReduceMax
- ReduceMean
- ReduceSum
- Unsqueeze
- Squeeze
- Softmax



### 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>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
ankitm3k pushed a commit to intel/onnxruntime that referenced this pull request Dec 11, 2024
### Description
- Erf
- Round
- Max
- ReduceMax
- ReduceMean
- ReduceSum
- Unsqueeze
- Squeeze
- Softmax



### 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>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
ankitm3k pushed a commit to intel/onnxruntime that referenced this pull request Dec 11, 2024
### Description
- Erf
- Round
- Max
- ReduceMax
- ReduceMean
- ReduceSum
- Unsqueeze
- Squeeze
- Softmax



### 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>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants