已关闭
[Documentation|文档反馈]: aclnnInplaceScatterUpdate 等算子的aclnn接口确定性描述与实际不符 #5347
zhang-wenbo-beat创建于 14 天前关闭于 12 天前
14 天前 添加了label:documentation
14 天前 将 zhang-wenbo-beat 设为负责人
14 天前 修改标题为 “[Documentation|文档反馈]: aclnnInplaceScatterUpdate 等算子的aclnn接口确定性描述与实际不符”,原标题为“[Documentation|文档反馈]: 一些算子的确定性描述与实际不符”
14 天前 修改标题为 “[Documentation|文档反馈]: aclnnInplaceScatterUpdate 等算子的aclnn接口确定性描述与实际不符”,原标题为“[Documentation|文档反馈]: 一些算子的确定性描述与实际不符”
12 天前 关闭了 issue
12 天前 issue状态由 进行中 改变为 已完成
12 天前 添加了label:resolved
Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
Document Link(文档链接)
docs/zh/op_api_list.md
index/scatter_update/docs/aclnnIndexCopy&aclnnInplaceIndexCopy.md
index/scatter_nd_update/docs/aclnnInplacePut.md
index/scatter_nd_update/docs/aclnnScatterNdUpdate.md
index/scatter_nd/docs/aclnnScatterNd.md
index/scatter/docs/aclnnInplaceScatterUpdate.md
index/tf_scatter_add/docs/aclnnTfScatterAdd.md
Issues Section(问题文档片段)
如:
aclnnInplaceScatterUpdate | 将tensor updates中的值按指定的轴axis和索引indices逐个更新tensor data中的值。该算子为自定义算子语义,无对应的tensorflow或pytorch接口。 | 默认确定性实现 | 默认确定性实现 |
Existing Issues(存在的问题)
根据算子实现看默认是非确定性实现,支持手动开启确定性,需要改下描述