已关闭
Cummin 算子缺少InferDataType 实现 #2620
clinglai0517创建于 24 天前关闭于 21 天前
24 天前 关联了pull request:feat: cummin补充infershape和inferdtype实现及UT用例
Cclinglai0517
24 天前 修改标题为 “Cummin 算子缺少InferDataType 实现”,原标题为“【社区任务】Cummin 算子缺少 InferShape/InferDataType 实现”
24 天前 修改标题为 “Cummin 算子缺少InferDataType 实现”,原标题为“【社区任务】Cummin 算子缺少 InferShape/InferDataType 实现”
24 天前 修改了issue 的描述
陈思
24 天前 评论:
24 天前 评论:
/assign @clinglai0517


24 天前 将 clinglai0517 设为负责人
21 天前 关闭了 issue
21 天前 添加了label:resolved
背景
Cummin 算子(1 输入 2 输出:y、argmin)缺少完整的 GE 图层推断。当前实现仅注册了单输入单输出工具
InferShape4Elewise,无法保证第二个输出 argmin 的 shape;且未注册 InferDataType,输出 dtype 无法在构图阶段推导。影响
期望