---
title: VerifyFuncRegister构造函数和析构函数
description: "| 产品 | 是否支持 |"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/API/ascendgraphapi/atlasopapi_07_00498.html
sourcePath: /source/zh/canncommercial/900/API/ascendgraphapi/atlasopapi_07_00498.html
indexId: b924a0bab791746d8fa06deef2cc87b659e1d2633e27b16106fdc06395f8e02873
---
# VerifyFuncRegister构造函数和析构函数

#### 产品支持情况

| 产品 | 是否支持 |
| --- | --- |
| Atlas 350 加速卡 | √ |
| Atlas A3 训练系列产品 / Atlas A3 推理系列产品 | √ |
| Atlas A2 训练系列产品 / Atlas A2 推理系列产品 | √ |
| Atlas 200I/500 A2 推理产品 | √ |
| Atlas 推理系列产品 | √ |
| Atlas 训练系列产品 | √ |


#### 头文件

#include <graph/operator_factory.h>


#### 功能说明

VerifyFuncRegister构造函数和析构函数。


#### 函数原型

说明：数据类型为string的接口后续版本会废弃，建议使用数据类型为非string的接口。

```
VerifyFuncRegister(const std::string &operator_type, const VerifyFunc &verify_func)
VerifyFuncRegister(const char_t *const operator_type, const VerifyFunc &verify_func)
~VerifyFuncRegister() = default
```


#### 参数说明

| 参数名 | 输入/输出 | 描述 |
| --- | --- | --- |
| operator\_type | 输入 | 算子类型。 |
| verify\_func | 输入 | 算子verify函数。 |


#### 返回值说明

VerifyFuncRegister构造函数返回VerifyFuncRegister类型的对象。


#### 约束说明

算子verifyFunc函数注册接口，此接口被其他头文件引用，一般不用由算子开发者直接调用。
