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

Add new kernels #23220

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

Add new kernels #23220

wants to merge 6 commits into from

Conversation

bili2002
Copy link
Contributor

Description

This PR adds the kernels for int8_t, int16_t, and unsigned int inputs for Mul, Div, Add, Sub, Greater, Less, Equal, LessOrEqual, and GreaterOrEqual. The new kernels have been added for all versions of these operators that are supported by the ONNX standard.

Motivation and Context

Similarly to #15358, this change eliminates the need for intermediate type casting for these data types.

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.

1 participant