-
Notifications
You must be signed in to change notification settings - Fork 6.8k
ONNX export: Support equal length splits #14121
Conversation
@mxnet-label-bot add [pr-awaiting-review, ONNX] @Roshrini for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution! Looks good overall! Just to be sure, could we have a unit test to ensure the equal length split is correctly supported. I can see the changes in file test_cases but that isn't a unit test per se right?
Thanks for reviewing @ChaiBapchya. The tests listed in test_cases.py are ONNX operator unit test cases . These test operator import/export. These are different from the operator test cases written in tests/python/unittest/test_operator.py of MXNet. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright. Sweet! Thanks for clarifying. LGTM!
* ONNX export: Support equal length splits * Fix lint error * Add comment about checking for multiple outputs
* ONNX export: Support equal length splits * Fix lint error * Add comment about checking for multiple outputs
* ONNX export: Support equal length splits * Fix lint error * Add comment about checking for multiple outputs
* ONNX export: Support equal length splits * Fix lint error * Add comment about checking for multiple outputs
* ONNX export: Support equal length splits * Fix lint error * Add comment about checking for multiple outputs
Description
Fixes #13061
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
Changes
Comments