-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Generate node backend tests for celu operator #2607
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
Conversation
😱 Something is wrong with the Celu backend tests. I will see if I can fix it. Sorry. 😞 |
No worries @jeremycochoy, happens to everyone :) I think the problem might actually be with the code which creates the expanded-functions test not handling ref attrs correctly[0]. I'll give fixing it a quick try now in this PR. [0] https://github.com/onnx/onnx/blob/master/onnx/backend/test/case/node/__init__.py#L59-L63 |
6150f5b
to
462c0aa
Compare
Thanks. :) I am also wondering if the lines at Lines 75 to 77 in 807c62c
|
One last mistake I found that should result in test failing: onnx/onnx/backend/test/case/node/celu.py Lines 17 to 21 in c978d10
The attribute |
Co-authored-by: Jeremy Cochoy <jeremy.cochoy@gmail.com>
Co-authored-by: Jeremy Cochoy <jeremy.cochoy@gmail.com>
316fcec
to
4f27d0b
Compare
please fix Linux ci failure. +flake8 |
* Fix ref attrs in expanded node tests * Fix ref attrs in FunctionExpandHelper Co-authored-by: Jeremy Cochoy <jeremy.cochoy@gmail.com> * Use correct alpha in celu backend test Co-authored-by: Jeremy Cochoy <jeremy.cochoy@gmail.com> * Generate node backend tests for celu operator * Fix type of alpha attribute in celu node backend test * Fix over-opinionated flake8 * Fixup celu attr type * Regenerate docs Co-authored-by: Jeremy Cochoy <jeremy.cochoy@gmail.com> Co-authored-by: Ke Zhang <kezhan@microsoft.com>
Running
tools/update_doc.sh
from master creates these previously untracked files