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

[luci/service] Support shape inference for non-const paddings #13949

Merged
merged 5 commits into from
Sep 11, 2024

Commits on Sep 8, 2024

  1. [luci/service] support non-const paddings

    This PR supports infer shape of pad operation with dynamic paddings.
    
    ONE-DCO-1.0-Signed-off-by: JuYoung Lee [email protected]
    icodo98 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    c73bb2c View commit details
    Browse the repository at this point in the history
  2. [luci/service] fix typo

    fix typo of annotation and adjust lines withs suggestions.
    
    ONE-DCO-1.0-Signed-off-by: JuYoung Lee [email protected]
    icodo98 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    553a758 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. [luci/service] change test case

    Change TC to have direct relation with changed code.
    
    ONE-DCO-1.0-Signed-off-by: JuYoung Lee [email protected]
    icodo98 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    0bd9ee0 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. remove NEG TC

    remove it and discuss about it in another issue.
    
    ONE-DCO-1.0-Signed-off-by: JuYoung Lee [email protected]
    icodo98 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    1a9cc23 View commit details
    Browse the repository at this point in the history
  2. Update compiler/luci/service/src/Nodes/CirclePad.cpp

    remove unnecessary line.
    
    Co-authored-by: SaeHie Park <[email protected]>
    icodo98 and seanshpark authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f5981f3 View commit details
    Browse the repository at this point in the history