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] Enable Constant Folding for ONNX Opset 13 (#51096) #51523

Closed
wants to merge 3 commits into from

Commits on Feb 2, 2021

  1. [ONNX] Enable Constant Folding for ONNX Opset 13 (#51096)

    * Enable Constant Folding for ONNX Opset 13
    
    * fix CI clang-diagnostic
    
    * fix integers type
    
    * fix comments:sort axes and support negative number
    
    * update squeeze op constant folding
    
    * fix format warning
    
    * fix clang-format issue
    
    Co-authored-by: hwangdeyu <deyhuang@qq.com>
    
    [ghstack-poisoned]
    BowenBao committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    59cb497 View commit details
    Browse the repository at this point in the history
  2. Update on "[ONNX] Enable Constant Folding for ONNX Opset 13 (#51096)"

    * Enable Constant Folding for ONNX Opset 13
    
    * fix CI clang-diagnostic
    
    * fix integers type
    
    * fix comments:sort axes and support negative number
    
    * update squeeze op constant folding
    
    * fix format warning
    
    * fix clang-format issue
    
    Co-authored-by: hwangdeyu <deyhuang@qq.com>
    
    [ghstack-poisoned]
    BowenBao committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    40d6744 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Update on "[ONNX] Enable Constant Folding for ONNX Opset 13 (#51096)"

    * Enable Constant Folding for ONNX Opset 13
    
    * fix CI clang-diagnostic
    
    * fix integers type
    
    * fix comments:sort axes and support negative number
    
    * update squeeze op constant folding
    
    * fix format warning
    
    * fix clang-format issue
    
    Co-authored-by: hwangdeyu <deyhuang@qq.com>
    
    Differential Revision: [D26203111](https://our.internmc.facebook.com/intern/diff/D26203111)
    
    [ghstack-poisoned]
    BowenBao committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    16d5075 View commit details
    Browse the repository at this point in the history