-
Couldn't load subscription status.
- Fork 5.9k
add gru op_register_version; test=op_version; #29931
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
Merged
joey12300
merged 2 commits into
PaddlePaddle:develop
from
joey12300:register_gru_version
Dec 28, 2020
Merged
add gru op_register_version; test=op_version; #29931
joey12300
merged 2 commits into
PaddlePaddle:develop
from
joey12300:register_gru_version
Dec 28, 2020
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5db6158 to
88ac62b
Compare
88ac62b to
e4f238c
Compare
| paddle::framework::compatible::OpVersionComparatorCombination() | ||
| .EQ("mul", 0) | ||
| .EQ("gru", 0) | ||
| .EQ("fusion_gru", 0)); |
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.
这里可能需要改成 LE
| .EQ("mul", 0) | ||
| .EQ("elementwise_add", 0) | ||
| .EQ("gru", 0) | ||
| .EQ("fusion_gru", 0)); |
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.
同上
Shixiaowei02
approved these changes
Dec 28, 2020
Shixiaowei02
pushed a commit
to Shixiaowei02/Paddle
that referenced
this pull request
Jan 11, 2021
* add gru op_register_version; test=op_version; * Update fc,mul version;test=op_version;
Superjomn
pushed a commit
that referenced
this pull request
Jan 13, 2021
…ase/2.0 (#30292) * Register op version for grid_sampler, test=op_version (#29916) * add op version for fake_quant and fake_dequant ops, test=op_version (#29923) * Register op version for print, test=op_version (#29945) * add gru op_register_version; test=op_version; (#29931) * Register op version for coalesce_tensor. (#29940) * register op version for conv2d_transpose, conv3d_transpose and depthwise_conv2d_transpose, test=op_version (#29937) * add op_register_version for allclose op; test=op_version (#29968) * register ModifyAttr for instance_norm, test=op_version (#29938) * add op_version for flip op [test=op_version] (#30019) * add the op version check for the elementwise ops, test=op_version (#30010) * add the support the op version check for matmul, test=op_version (#30011) * Revert "register ModifyAttr for instance_norm, test=op_version (#29938)" * add REGISTER_OP_VERSION for generate_proposals, roi_align, roi_pool test=op_version (#30034) * Fix rank_attention op_version, test=op_version (#30006) * fix rank_attention, test=op_version * Register op version for linspace,test=op_version (#30025) * fix op_register_version for compare ops, test=op_version (#30007) Co-authored-by: zhoushunjie <zhoushunjie@baidu.com> * register ModifyAttr for instance_norm, test=op_version (#30065) * register instance norm, test=op_version * add trace op_register_version and fix version bug; test=op_version (#30000) * fix a bug in op_version_registry, test=develop, test=op_version (#29994) * Add version checking, test=op_version (#30129) * fix a bug in gaussian_random_op version, test=release/2.0 Co-authored-by: LielinJiang <50691816+LielinJiang@users.noreply.github.com> Co-authored-by: cc <52520497+juncaipeng@users.noreply.github.com> Co-authored-by: Qi Li <qili93@qq.com> Co-authored-by: Jack Zhou <zhoushunjie@baidu.com> Co-authored-by: Guo Sheng <whucsgs@163.com> Co-authored-by: wangxinxin08 <69842442+wangxinxin08@users.noreply.github.com> Co-authored-by: wawltor <fangzeyang0904@hotmail.com> Co-authored-by: FlyingQianMM <245467267@qq.com> Co-authored-by: ceci3 <ceci3@users.noreply.github.com> Co-authored-by: hutuxian <hutuxian2011@sina.cn> Co-authored-by: chalsliu <45041955+chalsliu@users.noreply.github.com> Co-authored-by: wangguanzhong <jerrywgz@126.com> Co-authored-by: ShenLiang <shenliang03@baidu.com> Co-authored-by: yinhaofeng <66763551+yinhaofeng@users.noreply.github.com> Co-authored-by: channings <chenlingchi@baidu.com> Co-authored-by: chentianyu03 <chentianyu03@baidu.com> Co-authored-by: ruri <shipeng1108@163.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR types
Others
PR changes
OPs
Describe
add fusion_gru op_register_version