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