Ashwini Khade
Ashwini Khade
@coltonpeltierSE : Can this op be represented as a composition of existing primitive onnx ops? List of available onnx ops can be found here: https://github.com/onnx/onnx/blob/master/docs/Operators.md FYI @gramalingam , @postrational
DCO is not signed for this PR. If you only have a single commit then it is easy to fix it... Just follow the directions here: https://github.com/onnx/onnx/pull/3948/checks?check_run_id=4856175809 In future adding...
Few more comments: 1. Run flake 8 in local repo. CIs are reporting errors from flake8 ``` python -m pip install -q flake8 flake8 onnx ``` 2. Generate test data...
fix DCO
Please move the relevant open tasks to track the upcoming 1.10 release or close this issue. Thanks!
@sveta-levitan , @wschin : Can you move the remaining items under 1.10 tracking issue.
No the condition tensor cannot have more than 1 element. A condition as the name suggests indicates which branch should be executed based on the value held by the condition....
@huyhoangle86 : Did you run onnx checker on this model? If checker returns a failure then the issue is in conversion otherwise please open this issue in onnxruntime repo: https://github.com/microsoft/onnxruntime/issues
@aniruddhachoudhury : If this operator can be constructed using existing onnx primitive ops then it should be added as a Function Op. Please send out a PR and tag operator...
ONNX optimizers are now being moved to a standalone repo under onnx tree. Please open this issue here : https://github.com/onnx/optimizer