已关闭
[Bug-Report|缺陷反馈]: ROIPooling的950实现应该放到ops-nn下面,而不是ops-cv下面。 #5431
m0_46386992创建于  14 天前关闭于  13 天前
m0_46386992
m0_46386992成员
14 天前 创建

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 / 必填)

升级后不会出现原型定义冲突问题

https://gitcode.com/cann/ops-cv/pull/1244 增加了新的原型定义,与当前仓库的op_nn_proto_extend.h存在冲突问题

Special notes for this issue/备注 (Optional / 选填)

likedislike
m0_46386992m0_46386992成员
14 天前 添加了label:bug-report
m0_46386992m0_46386992成员
14 天前 将 m0_46386992 设为负责人
CANN-robotCANN-robot成员
13 天前 关闭了 issue
CANN-robotCANN-robot成员
13 天前 添加了label:resolved