Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ONNX][Update] Update ONNX Version to 1.13.1 #1250

Merged
merged 25 commits into from
May 16, 2024

Conversation

Zheng-Bicheng
Copy link
Collaborator

@Zheng-Bicheng Zheng-Bicheng commented May 16, 2024

Update ONNX Verison

  • Upgrade the ONNX version to 1.13.1
  • Support Opset18

Update Operator Verison

  • Add support for reduce_min reduce_all reduce_mean reduce_max reduce_any logsumexp when opset version is 18
  • When the data type of the input variable is double, the opset version for both reduce_max and reduce_min will be upgraded to version 12
  • Divide the reduce.c file into multiple files

Add new Operator

  • Support the bitwise_and operator (unit tests have not yet been added)

@Zheng-Bicheng Zheng-Bicheng merged commit b1adf90 into PaddlePaddle:develop May 16, 2024
2 checks passed
@Zheng-Bicheng Zheng-Bicheng deleted the update_op branch May 16, 2024 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant