Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
ROIPooling在ops-nn下的op_nn_proto_extend.h中提供了原型实现,且已经随9.1.0版本发布。当前在ops-cv代码仓中存在ROIPooling的重复原型定义,会导致升级后存在原型定义冲突。
Ascend 950
从Ascend 9.1.0升级到最新代码后会出现原型定义冲突问题
升级后不会出现原型定义冲突问题
https://gitcode.com/cann/ops-cv/pull/1244 增加了新的原型定义,与当前仓库的op_nn_proto_extend.h存在冲突问题
Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
Describe the current behavior / 问题描述 (Mandatory / 必填)
ROIPooling在ops-nn下的op_nn_proto_extend.h中提供了原型实现,且已经随9.1.0版本发布。当前在ops-cv代码仓中存在ROIPooling的重复原型定义,会导致升级后存在原型定义冲突。
Environment / 环境信息 (Mandatory / 必填)
Ascend 950
Steps to reproduce the issue / 重现步骤 (Mandatory / 必填)
从Ascend 9.1.0升级到最新代码后会出现原型定义冲突问题
Describe the expected behavior / 预期结果 (Mandatory / 必填)
升级后不会出现原型定义冲突问题
Related log / screenshot / 日志 / 截图 (Mandatory / 必填)
https://gitcode.com/cann/ops-cv/pull/1244 增加了新的原型定义,与当前仓库的op_nn_proto_extend.h存在冲突问题
Special notes for this issue/备注 (Optional / 选填)