-
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
Draft : [logo/pass] Refactor RemoveDeadNodeWithQueryPass #14051
Draft : [logo/pass] Refactor RemoveDeadNodeWithQueryPass #14051
Conversation
Refactor RemoveDeadNodeWithQuery Pass. ONE-DCO-1.0-Signed-off-by: HanJin Choi [email protected]
@nnfw-bot test nncc-debug |
@nnfw-bot test nncc-release |
@@ -141,3 +141,5 @@ Add(REGRESS_ONNX_Conv_BN_Relu6_001 PASS | |||
|
|||
Add(REGRESS_ONNX_Mul_Mul_000 PASS | |||
convert_nchw_to_nhwc) | |||
|
|||
Add(RemoveDeadNodeWithQueryPass_000 PASS substitute_pack_to_reshape) |
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.
Maybe you should change test title
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.
I’m not sure if this title is correct.
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.
I think REGRESS_Issue_13863
would be ok.
@nnfw-bot test nncc-debug |
@nnfw-bot test nncc-release |
Code looks good to me. After all tests are passed, please post PRs module-by-module. |
Thanks a lot! I will change Test title and seperate PRs. :) |
This refactor RemoveDeadNodeWithQuery Pass.
Related : #13863
ONE-DCO-1.0-Signed-off-by: HanJin Choi [email protected]