---
title: 对于报错“No supported Ops kernel and engine are found for [ReduceStdV2A], optype [ReduceStdV2A]”，算子ReduceStdV2A不支持的问题
description: "可以通过用std求标准差再平方得到var，均值单独调用mean接口求来规避问题例如："
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/devaids/migrationtools/atlasfmkt_16_0028.html
sourcePath: /source/zh/canncommercial/900/devaids/migrationtools/atlasfmkt_16_0028.html
indexId: 8414246649e5d1630f28711f122890ee51a322a0f666bc00054d586c64b2d5b575
---
# 对于报错“No supported Ops kernel and engine are found for [ReduceStdV2A], optype [ReduceStdV2A]”，算子ReduceStdV2A不支持的问题

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


具体到代码中修改：
