-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Implement dft(20) #17821
Implement dft(20) #17821
Conversation
Signed-off-by: Liqun Fu <[email protected]>
Signed-off-by: Liqun Fu <[email protected]>
Signed-off-by: Liqun Fu <[email protected]>
Signed-off-by: Liqun Fu <[email protected]>
Signed-off-by: Liqun Fu <[email protected]>
I would make sure ORT behaves correctly when |
Signed-off-by: Liqun Fu <[email protected]>
@justinchuby do we have test for this case. All onnx test cases are passing. |
I extended test cases to axis=0 for since version being 20. |
Description
dft is updated in opset20. implement it in ort
Motivation and Context
this is for ort 1.17.0 release
Fixes #17723