-
Couldn't load subscription status.
- Fork 5.9k
fix a bug in op_version_registry, test=develop, test=op_version #29994
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
fix a bug in op_version_registry, test=develop, test=op_version #29994
Conversation
|
Thanks for your contribution! |
3071a3d to
75e36c8
Compare
ceb088b to
6fdd55e
Compare
191c867 to
1280a41
Compare
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
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
6486e2e
1280a41 to
6486e2e
Compare
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
…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>
PR types
Bug fixes
PR changes
Others
Describe
解决
REGISTER_OP_VERSION注册过程中有类型歧义的参数能生效,无歧义的参数可能报错的问题。