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] Enhance handling CircleConst as reshape's shape #14037

Merged
merged 2 commits into from
Sep 23, 2024

Commits on Sep 23, 2024

  1. [luci/service] Enhance handling CircleConst as reshape's shape

    This commit improves handling `CircleConst` as the `shape` for the reshape operation.
    
    - Use `known` explicitly instead of `static_cast` which can cause overflow.
    
    ONE-DCO-1.0-Signed-off-by: Jongwon Yang <[email protected]>
    jongwonyang committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    54f7234 View commit details
    Browse the repository at this point in the history
  2. [luci/service] Simplify boolean condition

    This commit simplifies boolean condition.
    
    ONE-DCO-Signed-off-by: Jongwon Yang <[email protected]>
    
    Co-authored-by: SaeHie Park <[email protected]>
    jongwonyang and seanshpark authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    03cb691 View commit details
    Browse the repository at this point in the history