已开启
[Bug-Report|缺陷反馈]: 有对应算子的原型不应该放到公共目录 #4280
liubo75创建于 7月23日
7月24日 将 chenxingyu18 设为负责人
yuning_chen
7月24日 评论:
7月24日 评论:
您好,感谢反馈,问题已收到,正在处理。


7月24日 将 yolic 设为负责人
7月24日 将 liujie12345678 设为负责人
7月24日 将 east_yang 设为负责人
Cchenxingyu18
7月31日 关联了pull request:refactor: 迁移 AvgPool/AvgPoolV2/AdaptiveMaxPool2d 原型出公共头 (issue #4280)
7月31日 关联了pull request:refactor: 迁移 AvgPool/AvgPoolV2/AdaptiveMaxPool2d 原型出公共头 (issue #4280)
Lliujie12345678
25 天前 关联了pull request:AscendAntiQuant/AscendAntiQuantV2/AscendDequant/AscendQuant/BatchNorm/InstanceNorm/LayerNorm算子原型放到对应的算子目录
25 天前 关联了pull request:AscendAntiQuant/AscendAntiQuantV2/AscendDequant/AscendQuant/BatchNorm/InstanceNorm/LayerNorm算子原型放到对应的算子目录
16 天前 关联了pull request:算子原型迁移
liujie12345678
14 天前 评论:
14 天前 评论:
AscendAntiQuant/AscendAntiQuantV2/AscendDequant/AscendQuant/BatchNorm/InstanceNorm/LayerNorm算子原型放到对应的算子目录,公共目录已删除


14 天前 移除了负责人 liujie12345678
11 天前 关联了pull request:算子原型迁移
Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
Describe the current behavior / 问题描述 (Mandatory / 必填)
ops-nn/common/inc/op_graph/op_nn_proto_extend.h:
AdaptiveMaxPool2d
Celu
LogSoftmaxV2
AscendAntiQuant
AscendAntiQuantV2
AscendDequant
AscendQuant
AvgPool
AvgPoolV2
BatchNorm
GeGluV2
InstanceNorm
LayerNorm
Relu
这几个原型都有对应的算子目录,不要放到公共地方,而应该放到对应算子目录下:
ops-nn/pooling/adaptive_max_pool2d/op_graph/adaptive_max_pool2d_proto.h
ops-nn/experimental/activation/celu/op_graph/celu_proto.h
ops-nn/activation/log_softmax_v2/op_graph/log_softmax_v2_proto.h
ops-nn/quant/ascend_anti_quant/op_graph/ascend_anti_quant_proto.h
ops-nn/quant/ascend_anti_quant_v2/op_graph/ascend_anti_quant_v2_proto.h
ops-nn/quant/ascend_dequant/op_graph/ascend_dequant_proto.h
ops-nn/quant/ascend_quant/op_graph/ascend_quant_proto.h
ops-nn/pooling/avg_pool/op_graph/avg_pool_proto.h
ops-nn/pooling/avg_pool_v2/op_graph/avg_pool_v2_proto.h
ops-nn/norm/batch_norm/op_graph/batch_norm_proto.h
ops-nn/activation/ge_glu_v2/op_graph/ge_glu_v2_proto.h
ops-nn/norm/instance_norm/op_graph/instance_norm_proto.h
ops-nn/norm/layer_norm/op_graph/layer_norm_proto.h
ops-nn/activation/relu/op_graph/relu_proto.h
原则上,有对应算子的原型就应该对应算子的目录下。
Environment / 环境信息 (Mandatory / 必填)
不涉及
Steps to reproduce the issue / 重现步骤 (Mandatory / 必填)
不涉及
Describe the expected behavior / 预期结果 (Mandatory / 必填)
排查本仓所有公共原型,有对应算子的原型就应该对应算子的目录下,不要放到公共目录下。
Related log / screenshot / 日志 / 截图 (Mandatory / 必填)
不涉及
Special notes for this issue/备注 (Optional / 选填)