Skip to content
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

[ONNX] Update unsafe_chunk() method to support new version 13 of Split operator. (#51415) #51524

Closed
wants to merge 3 commits into from

Commits on Feb 2, 2021

  1. [ONNX] Update unsafe_chunk() method to support new version 13 of Spli…

    …t operator. (#51415)
    
    * def unsafe_chunk() support and test in ops13.
    
    * Use _unsqueeze_helper insteadof Unsqueeze operator
    
    * Cast the splits into long.
    
    * Change the test to a fixed dimension.
    
    * Update test_pytorch_onnx_onnxruntime.py
    
    * Disable test_loop_with_list for opset 13.
    
    Co-authored-by: Negin Raoof <neginmr@utexas.edu>
    
    [ghstack-poisoned]
    BowenBao committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    3f3a0af View commit details
    Browse the repository at this point in the history
  2. Update on "[ONNX] Update unsafe_chunk() method to support new version…

    … 13 of Split operator. (#51415)"
    
    * def unsafe_chunk() support and test in ops13.
    
    * Use _unsqueeze_helper insteadof Unsqueeze operator
    
    * Cast the splits into long.
    
    * Change the test to a fixed dimension.
    
    * Update test_pytorch_onnx_onnxruntime.py
    
    * Disable test_loop_with_list for opset 13.
    
    Co-authored-by: Negin Raoof <neginmr@utexas.edu>
    
    [ghstack-poisoned]
    BowenBao committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    8e64c94 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Update on "[ONNX] Update unsafe_chunk() method to support new version…

    … 13 of Split operator. (#51415)"
    
    * def unsafe_chunk() support and test in ops13.
    
    * Use _unsqueeze_helper insteadof Unsqueeze operator
    
    * Cast the splits into long.
    
    * Change the test to a fixed dimension.
    
    * Update test_pytorch_onnx_onnxruntime.py
    
    * Disable test_loop_with_list for opset 13.
    
    Co-authored-by: Negin Raoof <neginmr@utexas.edu>
    
    Differential Revision: [D26203123](https://our.internmc.facebook.com/intern/diff/D26203123)
    
    [ghstack-poisoned]
    BowenBao committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    4f88277 View commit details
    Browse the repository at this point in the history