---
title: Op type SigmoidCrossEntropyWithLogitsV2 of ops kernel AIcoreEngine is unsupported-昇腾社区
description: 报错文本：
keywords: SigmoidCrossEntropyWithLogitsV,AIcoreEngine,昇腾社区,问题现象描述,原因分析,解决措施,Op,ERROR
url: https://www.hiascend.com/document/caselibrary/detail/topic_0000001538907830
section: (其他)
---

# Op type SigmoidCrossEntropyWithLogitsV2 of ops kernel AIcoreEngine is unsupported-昇腾社区

URL: https://www.hiascend.com/document/caselibrary/detail/topic_0000001538907830
描述: 报错文本：
关键词: SigmoidCrossEntropyWithLogitsV,AIcoreEngine,昇腾社区,问题现象描述,原因分析,解决措施,Op,ERROR

昇腾文档 [了解详情](https://www.hiascend.com/document)

故障案例 [了解详情](https://www.hiascend.com/document/caselibrary)

Op type SigmoidCrossEntropyWithLogitsV2 of ops kernel AIcoreEngine is unsupported

Op type SigmoidCrossEntropyWithLogitsV2 of ops kernel AIcoreEngine is unsupported

2023/06/06

917

问题信息

| 问题来源 | 产品大类 | 关键字 |
| --- | --- | ---|
| 官方 | 算子开发 | -- |

#### 问题现象描述

报错文本：

```
[ERROR] GE(24836,python3.7):2021-01-27-18:27:51.562.111 [../../../../../../graphengine/ge/engine_manager/dnnengine_manager.cc:266]25155 GetDNNEngineName: ErrorNo: 1343242282(assign engine failed) GetDNNEngineName:Op type SigmoidCrossEntropyWithLogitsV2 of ops kernel AIcoreEngine is unsupported, reason:Op SigmoidCrossEntropyWithLogitsV2 not supported reason: The type of this op is not found in op store, check whether the op store has this type of op. Op store name is tbe-custom.
The dtype, format or shape of input in op desc is not supported in op store, check the dtype, format or shape of input between the op store and the graph. Op store name is tbe-builtin.
```

#### 原因分析

SigmoidCrossEntropyWithLogitsV2算子输入了不支持的数据类型，可能是输入int64类型导致的错误。

#### 解决措施

检查对应Python代码中输入的数据类型并修改。

本页内容

- 问题信息
- 问题现象描述
- 原因分析
- 解决措施
