---
title: 简介
description: "自定义算子的基类。"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/API/ascendgraphapi/atlasgeapi_07_0701.html
sourcePath: /source/zh/canncommercial/900/API/ascendgraphapi/atlasgeapi_07_0701.html
indexId: 9a288f9e3b1c4be8c5b9e1d03d87d113715580b6698b746f75a16ac33947107372
---
# 简介

自定义算子的基类。

#### 需要包含的头文件

```
#include <graph/custom_op.h>
```


#### Public成员函数

```
virtual graphStatus Execute(gert::EagerOpExecutionContext *ctx) = 0;
```
