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

[Cherry-pick]Fix SegFault bug in shape inference #5995

Merged
merged 2 commits into from
Mar 5, 2024
Merged

Commits on Mar 4, 2024

  1. [Cherry-pick]Fix SegFault bug in shape inference

    ### Description
    Cherry-pick #5990 into `rel-1.16.0` branch
    
    The bug is SegFault during shape inference if the schema not be set
    inference function.
    
    The schema has `CheckInputOutputType` for shape inference and `Verify`
    for raw node proto. And the behavior is not fully aligned.
    
    ### Motivation and Context
    
    fixes #5989
    
    ---------
    
    Signed-off-by: opluss <opluss@qq.com>
    Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com>
    Co-authored-by: Justin Chu <justinchuby@users.noreply.github.com>
    2 people authored and cjvolzka committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    2eae4f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50673f2 View commit details
    Browse the repository at this point in the history