---
title: 简介
description: "算子infershape函数注册接口，此接口被其他头文件引用，一般不用由算子开发者直接调用。"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/API/ascendgraphapi/atlasgeapi_07_0611.html
sourcePath: /source/zh/canncommercial/900/API/ascendgraphapi/atlasgeapi_07_0611.html
indexId: cea344539644d5007aaaac3c08b8570ee44e712135f467ca5eed8de6d7f6276c72
---
# 简介

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

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

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


#### Public成员函数

```
InferShapeFuncRegister (const std::string &operator_type, const InferShapeFunc &infer_shape_func)
InferShapeFuncRegister(const char *const operator_type, const InferShapeFunc &infer_shape_func)
~
InferShapeFuncRegister()
```
