IMPLEMT_INFERFORMAT_FUNC
Applicability
Product |
Supported or Not |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Header File
#include <graph/operator_reg.h>
Function Usage
Encapsulates the inferFormat function of an operator.
Prototype
1 | IMPLEMT_INFERFORMAT_FUNC(op_name, func_name) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
op_name |
Input |
Operator type. |
func_name |
Input |
User-defined name of the inferFormat function. |
Returns
None
Constraints
None
Parent topic: Data Structures and APIs