已关闭
[Bug-Report|缺陷反馈]: ScatterND接口添加ONNX插件 #4601
yezhao创建于  8月6日关闭于  8月6日
yezhao
8月6日 创建

Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.

Describe the current behavior / 问题描述 (Mandatory / 必填)

ScatterND的属性reduction有none/add/max等多个属性,但无对应的onnx插件映射,所有属性都走到了TensorScatterUpdate算子,在传入属性不是none时,会存在精度问题

Environment / 环境信息 (Mandatory / 必填)

Ascend950

Steps to reproduce the issue / 重现步骤 (Mandatory / 必填)

通过onnx模型转om模型,调用scatternd接口,并传入属性非none

Describe the expected behavior / 预期结果 (Mandatory / 必填)

属性是max/min/add时,精度正确

image.png

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

likedislike
Yyezhao
8月6日 关联了pull request:[david]新增scatterND算子的onnx插件
yuning_chenyuning_chen成员
8月6日 将 yezhao1 设为负责人
CANN-robotCANN-robot成员
8月6日 关闭了 issue
Yyezhao
8月6日 issue状态由 进行中 改变为 已解决
CANN-robotCANN-robot成员
8月6日 添加了label:resolved