-
Notifications
You must be signed in to change notification settings - Fork 159
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] Infer dynamic shape for pad #13780
Conversation
This infers dynmic shape for pad. If input shape is unknown, output shape is also unknown. ONE-DCO-1.0-Signed-off-by: JuYoung Lee <[email protected]>
ONE-DCO-1.0-Signed-off-by: JuYoung Lee [email protected]
added _NEG test case for Pad ONE-DCO-1.0-Signed-off-by: JuYoung Lee [email protected]
This migrates pad Op's shape inference rule to sinf::Algorithm. ONE-DCO-1.0-Signed-off-by: JuYoung Lee [email protected]
Please run |
fix code format with suggestions. ONE-DCO-1.0-Signed-off-by: JuYoung Lee [email protected] Co-authored-by: SaeHie Park <[email protected]>
compiler/luci/service/src/CircleShapeInferenceHelperForPadOps.h
Outdated
Show resolved
Hide resolved
compiler/luci/service/src/CircleShapeInferenceHelperForPadOps.h
Outdated
Show resolved
Hide resolved
compiler/luci/service/src/CircleShapeInferenceHelperForPadOps.h
Outdated
Show resolved
Hide resolved
compiler/luci/service/src/CircleShapeInferenceHelperForPadOps.h
Outdated
Show resolved
Hide resolved
move use_paddings funtion to new .h file ONE-DCO-1.0-Signed-off-by: JuYoung Lee [email protected]
b4f9d00
to
8aa6138
Compare
(minor things) Could you retitle this PR? |
rename file to HelperPads.h ONE-DCO-1.0-Signed-off-by: JuYoung Lee [email protected]
Explicitly express namespace sinf int CiclePad.cpp. ONE-DCO-1.0-Signed-off-by: JuYoung Lee [email protected]
add to-do for non-const case Co-authored-by: SaeHie Park <[email protected]>
use graph() in test code. ONE-DCO-1.0-Signed-off-by: JuYoung Lee [email protected]
…to dynamic_infer_pad ONE-DCO-1.0-Signed-off-by: JuYoung Lee [email protected]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
// this PR can be merged without my approval even after this review :)
waiting for other two more review approvals :) |
@Hanjin-Choi Could you review this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
LGTM
=)
This infers dynmic shape for pad.
If input shape is unknown, output shape is also unknown.
ONE-DCO-1.0-Signed-off-by: JuYoung Lee [email protected]
Draft : #13735