Fix Greater/LessOrEqual function definition#2641
Fix Greater/LessOrEqual function definition#2641take-cheeze wants to merge 1 commit intoonnx:masterfrom
Conversation
|
Thanks for catching this. Please sign the CLA, if you haven't yet. |
|
I don't know why CLA check isn't working... |
|
Indeed a good catch! One more question later is how to avoid this kind of bugs - validate function body's correctness. @jeremycochoy @take-cheeze can you create a new PR to work around the CLA issue please? this PR has to be merged before the 1.7 release - which is happening now. |
Ouch. 🤦♂ Ideally, you'd like to "run" the function using an existing runtime and check against the function tests to confirm consistency between definition and implementation. But it my require a lots of work to setup a CI running a ONNX backend and executing tests... |
No description provided.