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

[pull] main from llvm:main #40

Closed
wants to merge 1 commit into from
Closed

[pull] main from llvm:main #40

wants to merge 1 commit into from

Commits on Jul 3, 2024

  1. [ONNX] Fix bug in ONNXToTorch PadOp's pads tensor rearrangement (#3485)

    Fix the pad tensor rearrangement such that we change the representation
    from [x1_begin, x2_begin, ..., x1_end, x2_end,...] to [xn_begin, xn_end,
    ...., x2_begin, x2_end, x1_begin, x1_end] where x1, x2 .. xn are the
    dimensions of the pads tensor argument.
    
    ---------
    
    Co-authored-by: zjgarvey <[email protected]>
    Co-authored-by: zjgarvey <[email protected]>
    3 people authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    0fe7484 View commit details
    Browse the repository at this point in the history