-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
[Paddle-TRT] support nhwc #49633
[Paddle-TRT] support nhwc #49633
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
2d8ef33
to
344d4a4
Compare
a3a5d53
to
728442e
Compare
c98e2f5
to
13d33db
Compare
} | ||
} | ||
}; | ||
InsertTransposeOp(); |
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.
可以加上这个count,log中能看到pass触发的数量
found_subgraph_count++;
AddStatis(found_subgraph_count);
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.
可以加上这个count,log中能看到pass触发的数量 found_subgraph_count++; AddStatis(found_subgraph_count);
下个pr加上~
PR types
Others
PR changes
Others
Describe
add trt_support_nhwc_pass