下载
中文
注册
对于报错“No supported Ops kernel and engine are found for [ReduceStdV2A], optype [ReduceStdV2A]”,算子ReduceStdV2A不支持的问题

对于报错“No supported Ops kernel and engine are found for [ReduceStdV2A], optype [ReduceStdV2A]”,算子ReduceStdV2A不支持的问题

2025/04/30

24

暂无评分
我要评分

问题信息

问题来源产品大类产品子类关键字
官方MindStudio-ReduceStdV2A、分析迁移

问题现象描述

分析迁移工具运行时,出现报错“No supported Ops kernel and engine are found for [ReduceStdV2A], optype [ReduceStdV2A]”。

原因分析

不支持ReduceStdV2A算子。

解决措施

可以通过用std求标准差再平方得到var,均值单独调用mean接口求来规避问题例如:

放大

具体到代码中修改:

放大

本页内容