---
title: 简介
description: "自定义算子注册器，用于注册自定义算子。"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/API/ascendgraphapi/atlasgeapi_07_0703.html
sourcePath: /source/zh/canncommercial/900/API/ascendgraphapi/atlasgeapi_07_0703.html
indexId: 35b2e08fc90ef509503ddc6a9e1c12beb1a6965c948654d81a4ef1cb212467b472
---
# 简介

自定义算子注册器，用于注册自定义算子。

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

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


#### Public成员函数

```
CustomOpCreatorRegister(const AscendString &operator_type, const BaseOpCreator &op_creator)
```
